Skip to content

Commit

Permalink
Merge pull request #636 from GluuFederation/admin-ui-issue-635
Browse files Browse the repository at this point in the history
fix: auth server configuration are not saving in admin-ui #635
  • Loading branch information
mjatin-dev authored Dec 1, 2022
2 parents 51d6512 + 978b20a commit d543406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ConfigPage({ acrs, scripts, configuration, dispatch, permissions }) {
const handleSubmit = (message) => {
if (patches.length >= 0) {
const postBody = {}
postBody['patchRequest'] = patches
postBody['requestBody'] = patches
buildPayload(userAction, message, postBody)
if (!!put) {
const opts = {}
Expand Down

0 comments on commit d543406

Please sign in to comment.