Fix modal toggling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-06-24 19:50:54 +02:00
parent 4a3e84e5e8
commit 5feb8c834b

View File

@@ -33,7 +33,7 @@
</div>
</Modal>
<router-view v-else name="sidebar" />
<router-view v-show="!cardDetailsInModal" name="sidebar" />
</div>
</template>