mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-12 02:28:11 +02:00
Sort notification types
This commit is contained in:
parent
7bc8c447cd
commit
602da565eb
@ -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 } */
|
||||
|
Loading…
Reference in New Issue
Block a user