Skip to content

Commit

Permalink
fix: stop access loading
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-test-and committed Jun 2, 2022
1 parent f3e4fb6 commit 153a3c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

1 change: 1 addition & 0 deletions src/redux/thunks/loadKubeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const loadContexts = async (
message: (e as Error).message,
type: AlertEnum.Warning,
});
} finally {
dispatch(setAccessLoading(false));
}
} catch (e: any) {
Expand Down

0 comments on commit 153a3c0

Please sign in to comment.