Sort notification types

This commit is contained in:
Louis Lam 2022-03-03 20:49:00 +08:00
parent 7bc8c447cd
commit 602da565eb

View File

@ -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 } */