Fix project subpage refreshing

This commit is contained in:
Nassim Jahnke 2022-06-29 18:33:39 +02:00
parent 30ffe6a364
commit 97859cd354
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -33,7 +33,7 @@ if (page) {
<template>
<div class="flex flex-wrap md:flex-nowrap gap-4">
<section class="basis-full md:basis-9/12 flex-grow overflow-auto">
<Card class="p-0 overflow-clip overflow-hidden">
<Card v-if="page" class="p-0 overflow-clip overflow-hidden">
<MarkdownEditor
v-if="hasPerms(NamedPermission.EDIT_PAGE)"
ref="editor"