From 9cad27335d9a71ce2c8a70c8e3808a14d432ca34 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 18 Dec 2023 13:53:09 +0100 Subject: [PATCH] [UI] Attribute sort. --- .../webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue index 243f8973..1a067812 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue @@ -288,12 +288,12 @@ export default { changes.actions = this.editForm.actions; [ + 'dismiss_interval', 'media', 'media_plugin', 'media_repeat', 'name', 'snooze_interval', - 'dismiss_interval', 'when', ].forEach(key => { if (this.editForm[key] !== this.value[key])