File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stage-layouts/src/layouts
stage-pages/src/pages/settings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ onMounted(() => updateThemeColor())
9090 <!-- Content -->
9191 <div class =" max-h-[calc(100%-40px)] px-3 py-0 sm:max-h-[calc(100%-56px)] 2xl:max-w-screen-2xl md:py-0 xl:px-4" flex =" ~ col" mx-auto h-full >
9292 <PageHeader
93- :title =" routeHeaderMetadata?.title"
93+ :title =" routeHeaderMetadata?.title || '' "
9494 :subtitle =" routeHeaderMetadata?.subtitle"
9595 :disable-back-button =" route.path === '/settings'"
9696 />
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const settings = computed(() => {
5252 >
5353 <template #item =" { item } " >
5454 <IconItem
55- :title =" item.title"
55+ :title =" item.title || '' "
5656 :description =" item.description"
5757 :icon =" item.icon"
5858 :to =" item.to"
You can’t perform that action at this time.
0 commit comments