diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index 08aed5af2..9373e2eb2 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -1,20 +1,11 @@ @@ -27,10 +18,7 @@ const importance = ref(undefined); - + Notifications @@ -39,10 +27,8 @@ const importance = ref(undefined); - - + + Unread Archived @@ -59,13 +45,14 @@ const importance = ref(undefined); {importance = val as Importance}" + @update:model-value=" + (val) => { + importance = val as Importance; + } + " > - + @@ -79,17 +66,11 @@ const importance = ref(undefined); - + - +