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])