fix issue with isAdmin for user and modify keep services actions
[arvados-workbench2.git] / src / store / keep-services / keep-services-reducer.ts
index 53ef678d56320b8061731a975d2af3feb495c1de..043c010ab450b7483858dcf53c7d8778b2c74000 100644 (file)
@@ -13,6 +13,5 @@ export const keepServicesReducer = (state: KeepSericesState = initialState, acti
     keepServicesActions.match(action, {
         SET_KEEP_SERVICES: items => items,
         REMOVE_KEEP_SERVICE: (uuid: string) => state.filter((keepService) => keepService.uuid !== uuid),
-        RESET_KEEP_SERVICES: () => [],
         default: () => state
     });
\ No newline at end of file