Skip to content

Commit d5e58c8

Browse files
rizarsyimoabu
andauthored
fix(admin-ui): fix closing loader (#2031)
Signed-off-by: Riza Arsyi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
1 parent b1d99ab commit d5e58c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin-ui/app/redux/features/licenseSlice.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const licenseSlice = createSlice({
6969
state.isLoading = true
7070
},
7171
retrieveLicenseKeyResponse: (state, action) => {
72+
state.isLoading = false
7273
state.isNoValidLicenseKeyFound = action.payload.isNoValidLicenseKeyFound
7374
},
7475
checkThresholdLimit: (state, action) => {

0 commit comments

Comments
 (0)