Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
do not persist filters
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhathaway committed Jan 1, 2017
1 parent bd2f7cc commit 479c2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/Core/StoreCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class StoreCreator<T> implements IStoreCreator<T>
'routing',
'authentication',
'setup',
'appAlerts'
'appAlerts',
'notificationFilters'
]
}, rehydrateCallback);
}
Expand Down

0 comments on commit 479c2c8

Please sign in to comment.