Skip to content

Commit

Permalink
fix: uth server configuration are not saving in admin-ui #635
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Dec 1, 2022
1 parent 51d6512 commit 978b20a
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 978b20a

Please sign in to comment.