diff --git a/app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue b/app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue
index 0fdc786ca..9f8237397 100644
--- a/app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue
+++ b/app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue
@@ -1,78 +1,19 @@
-
-
+
+
@@ -84,9 +25,9 @@ export default {
props: {
priority: {
type: String,
- default: undefined,
+ default: '',
validate: value =>
- [...Object.values(CONVERSATION_PRIORITY), undefined].includes(value),
+ [...Object.values(CONVERSATION_PRIORITY), ''].includes(value),
},
},
data() {
@@ -104,9 +45,18 @@ export default {
};
-
diff --git a/app/javascript/shared/components/FluentIcon/DashboardIcon.vue b/app/javascript/shared/components/FluentIcon/DashboardIcon.vue
index b695aaaa7..a1135cfb8 100644
--- a/app/javascript/shared/components/FluentIcon/DashboardIcon.vue
+++ b/app/javascript/shared/components/FluentIcon/DashboardIcon.vue
@@ -1,5 +1,11 @@
-
+