fix: type issue with NodePage
This commit is contained in:
@@ -9,6 +9,6 @@ defineProps<NodePageFragment>();
|
||||
<h1 v-if="!isFrontPage" class="font-bold text-4xl">
|
||||
{{ title }}
|
||||
</h1>
|
||||
<BuilderSections v-bind="groupPostPage" />
|
||||
<BuilderSections :sections="groupPostPage?.sections || []" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user