mirror of
https://github.com/directus/directus.git
synced 2026-01-24 19:47:58 -05:00
fix error handling
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</h1>
|
||||
</template>
|
||||
|
||||
<template #title v-else-if="isNew === false && isBatch === false && collectionInfo.meta.display_template">
|
||||
<template #title v-else-if="isNew === false && isBatch === false && collectionInfo.meta?.display_template">
|
||||
<v-skeleton-loader class="title-loader" type="text" v-if="loading" />
|
||||
|
||||
<h1 class="type-title" v-else>
|
||||
|
||||
Reference in New Issue
Block a user