Skip to content

Commit

Permalink
service units to user pems tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NC-jsAhonen committed Oct 16, 2023
1 parent ab4c64a commit 8e1c941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/usersPermissions/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ import usersPermissionsReducer from './reducer';
import type {UsersPermissionsState} from './types';

const defaultState: UsersPermissionsState = {
activeServiceUnit: null,
groups: [],
isFetching: false,
permissions: [],
serviceUnits: [],
};

// $FlowFixMe
Expand Down

0 comments on commit 8e1c941

Please sign in to comment.