We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d99ab commit d5e58c8Copy full SHA for d5e58c8
admin-ui/app/redux/features/licenseSlice.js
@@ -69,6 +69,7 @@ const licenseSlice = createSlice({
69
state.isLoading = true
70
},
71
retrieveLicenseKeyResponse: (state, action) => {
72
+ state.isLoading = false
73
state.isNoValidLicenseKeyFound = action.payload.isNoValidLicenseKeyFound
74
75
checkThresholdLimit: (state, action) => {
0 commit comments