diff options
Diffstat (limited to 'web/app/store/AllNotifications.js')
-rw-r--r-- | web/app/store/AllNotifications.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/store/AllNotifications.js b/web/app/store/AllNotifications.js index f25aebc4..61aa75ab 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' + } }); |