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;
|
changes.actions = this.editForm.actions;
|
||||||
|
|
||||||
[
|
[
|
||||||
|
'dismiss_interval',
|
||||||
'media',
|
'media',
|
||||||
'media_plugin',
|
'media_plugin',
|
||||||
'media_repeat',
|
'media_repeat',
|
||||||
'name',
|
'name',
|
||||||
'snooze_interval',
|
'snooze_interval',
|
||||||
'dismiss_interval',
|
|
||||||
'when',
|
'when',
|
||||||
].forEach(key => {
|
].forEach(key => {
|
||||||
if (this.editForm[key] !== this.value[key])
|
if (this.editForm[key] !== this.value[key])
|
||||||
|
|
Loading…
Reference in a new issue