Fix modal toggling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-09-01 09:41:17 +02:00
parent a4f59f6c64
commit b977e233ce
+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>