Skip to content

Commit

Permalink
feat(admin-ui): update loggin params name
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Oct 24, 2022
1 parent 9c01b84 commit b2390c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function LoggingPage({ logging, dispatch, permissions, loading }) {
: logging.enabledOAuthAuditLogging

const opts = {}
opts['loggingConfiguration'] = JSON.stringify(values)
opts['logging'] = JSON.stringify(values)
dispatch(editLoggingConfig(opts))
}}
>
Expand Down

0 comments on commit b2390c7

Please sign in to comment.