Skip to content

Commit

Permalink
fix: license feature not working #454
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Sep 20, 2022
1 parent 7b26106 commit 63a238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/redux/api/LicenseApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class LicenseApi {
}
submitLicenseKey = (data) => {
const options = {}
options['licenseApiRequest'] = data.payload
options['licenseRequest'] = data.payload
return new Promise((resolve, reject) => {
this.api.activateAdminuiLicense(options, (error, data) => {
handleResponse(error, reject, resolve, data)
Expand Down

0 comments on commit 63a238b

Please sign in to comment.