Fix modal toggling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-27 14:02:03 +02:00
parent 4a3e84e5e8
commit 5feb8c834b
+1 -1
View File
@@ -33,7 +33,7 @@
</div>
</Modal>
<router-view v-else name="sidebar" />
<router-view v-show="!cardDetailsInModal" name="sidebar" />
</div>
</template>