Skip to content

Commit

Permalink
fix(admin-ui): change bind password not working #1214
Browse files Browse the repository at this point in the history
  • Loading branch information
jv18creator committed Jul 17, 2023
1 parent 39f09dd commit bb3c55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const InumDBServerTab = () => {

const handleChangePassword = (updatedPassword) => {
buildPayload(userAction, 'CHANGE INUMDB BIND PASSWORD', {
cacheRefreshConfiguration: {
jansLinkConfiguration: {
...cacheRefreshConfiguration,
targetConfig: {
...formik.values.targetConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const SourceBackendServersTab = () => {

const handleChangePassword = (updatedPassword) => {
buildPayload(userAction, 'CHANGE SOURCE BACKEND BIND PASSWORD', {
cacheRefreshConfiguration: {
jansLinkConfiguration: {
...cacheRefreshConfiguration,
sourceConfigs: [
{
Expand Down

0 comments on commit bb3c55e

Please sign in to comment.