|
|
@ -85,7 +85,7 @@ export default {
|
|
|
|
model: null,
|
|
|
|
model: null,
|
|
|
|
processing: false,
|
|
|
|
processing: false,
|
|
|
|
id: null,
|
|
|
|
id: null,
|
|
|
|
notificationTypes: Object.keys(NotificationFormList),
|
|
|
|
notificationTypes: Object.keys(NotificationFormList).sort(),
|
|
|
|
notification: {
|
|
|
|
notification: {
|
|
|
|
name: "",
|
|
|
|
name: "",
|
|
|
|
/** @type { null | keyof NotificationFormList } */
|
|
|
|
/** @type { null | keyof NotificationFormList } */
|
|
|
|