IO-1578 Add employee sorting to prod board.

This commit is contained in:
Patrick Fic
2021-12-28 09:17:16 -08:00
parent 8a42a995f7
commit 4a46bdb9e8
6 changed files with 42 additions and 233 deletions

View File

@@ -48,3 +48,7 @@ initMessageListener(store);
export const persistor = persistStore(store);
const e = { store, persistStore };
export default e;
if (window.Cypress) {
window.store = store;
}