diff options
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notification_filters.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index 95b2513b..b3489430 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -64,9 +64,9 @@ />{{ $t('settings.notification_visibility_moves') }} </button> </div> - <div slot="trigger"> + <template v-slot:trigger> <FAIcon icon="filter" /> - </div> + </template> </Popover> </template> |
