Fix broken modal
This commit is contained in:
parent
340d0002f0
commit
26f8f4713a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<div
|
||||
:id="id"
|
||||
class="modal"
|
||||
:class="!id ? '' : 'show'"
|
||||
:class="id ? '' : 'show'"
|
||||
role="dialog"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue