[UI] Attribute sort.

This commit is contained in:
Fabio Manganiello 2023-12-18 13:53:09 +01:00
parent 2e1ed9b176
commit 9cad27335d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

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