aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/AllNotifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/AllNotifications.js')
-rw-r--r--web/app/store/AllNotifications.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/store/AllNotifications.js b/web/app/store/AllNotifications.js
index f25aebc..61aa75a 100644
--- a/web/app/store/AllNotifications.js
+++ b/web/app/store/AllNotifications.js
@@ -27,5 +27,8 @@ Ext.define('Traccar.store.AllNotifications', {
}
},
sortOnLoad: true,
- sorters: { property: 'type', direction : 'ASC' }
+ sorters: {
+ property: 'type',
+ direction: 'ASC'
+ }
});