diff options
Diffstat (limited to 'src/components/update_notification/update_notification.vue')
| -rw-r--r-- | src/components/update_notification/update_notification.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/update_notification/update_notification.vue b/src/components/update_notification/update_notification.vue index 07e91ec9..8cae3de9 100644 --- a/src/components/update_notification/update_notification.vue +++ b/src/components/update_notification/update_notification.vue @@ -1,6 +1,7 @@ <template> <Modal - :is-open="shouldShow" + v-if="shouldShow" + :is-open="!!shouldShow" class="UpdateNotification" :no-background="true" > |
