mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Fix the edit song form bug
This commit is contained in:
parent
44b95b3490
commit
4a2f59a15e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="editSongsOverlay" v-show="shown" class="overlay">
|
||||
<div id="editSongsOverlay" v-if="shown" class="overlay">
|
||||
<sound-bar v-if="loading"></sound-bar>
|
||||
<form v-else @submit.prevent="submit">
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue