mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
checking if there is a text or an error (#15579)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<v-dialog v-for="notification in notifications" :key="notification.id" :model-value="true" persist>
|
||||
<v-card :class="[notification.type]">
|
||||
<v-card-title>{{ notification.title }}</v-card-title>
|
||||
<v-card-text v-if="notification.text">
|
||||
<v-card-text v-if="notification.text || notification.error">
|
||||
{{ notification.text }}
|
||||
|
||||
<v-error v-if="notification.error" :error="notification.error" />
|
||||
|
||||
Reference in New Issue
Block a user