Skip to content

Commit

Permalink
Merge pull request #3881 from kids-first/fix/SKFP-918-auth-widget-ref…
Browse files Browse the repository at this point in the history
…actor

fix(widget): SKFP-918 auth studies style and count
  • Loading branch information
AltefrohneGaelle authored Jan 16, 2024
2 parents 5a87b31 + 3b79579 commit 43c1b27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/core": "^7.16.0",
"@dnd-kit/core": "^4.0.3",
"@dnd-kit/sortable": "^5.1.0",
"@ferlab/ui": "^7.19.2",
"@ferlab/ui": "^7.19.3",
"@loadable/component": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@react-keycloak/core": "^3.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/store/fences/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const fencesSlice = createSlice({
builder.addCase(fenceDisconnection.fulfilled, (state, action) => {
state[action.meta.arg].status = FENCE_AUHTENTIFICATION_STATUS.disconnected;
state[action.meta.arg].loading = false;
state.authorizedStudies.studies = [];
});
builder.addCase(fenceDisconnection.rejected, (state, action) => {
state[action.meta.arg].status = FENCE_AUHTENTIFICATION_STATUS.disconnected;
Expand Down

0 comments on commit 43c1b27

Please sign in to comment.