From 602da565eb096ee2390a0d69797a9e7c86437505 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 3 Mar 2022 20:49:00 +0800 Subject: [PATCH] Sort notification types --- src/components/NotificationDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 659f57267..ce5d80570 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -85,7 +85,7 @@ export default { model: null, processing: false, id: null, - notificationTypes: Object.keys(NotificationFormList), + notificationTypes: Object.keys(NotificationFormList).sort(), notification: { name: "", /** @type { null | keyof NotificationFormList } */