forked from platypush/platypush
[UI] Attribute sort.
This commit is contained in:
parent
2e1ed9b176
commit
9cad27335d
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue