Commit 26f8f471 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken modal

parent 340d0002
......@@ -82,7 +82,7 @@
<div
:id="id"
class="modal"
:class="!id ? '' : 'show'"
:class="id ? '' : 'show'"
role="dialog"
tabindex="-1"
>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment