Skip to content

Commit

Permalink
fix: open card in modal on main route
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <[email protected]>
  • Loading branch information
luka-nextcloud authored and backportbot-nextcloud[bot] committed Nov 14, 2023
1 parent 5953b8a commit 0e02ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
</NcModal>

<router-view name="sidebar" :visible="!cardDetailsInModal || !$route.params.cardId" />
<router-view v-if="!cardDetailsInModal" name="sidebar" />
</NcContent>
</template>

Expand Down

0 comments on commit 0e02ec9

Please sign in to comment.