Skip to content

Commit

Permalink
fix(ct/AdvancedOptions): Set query params for configured params
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Dec 19, 2024
1 parent 9cca53a commit db0b06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/form/call-taker/advanced-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class AdvancedOptions extends Component {

_setCustomModeSetting = (option) => {
this.props.setUrlSearch(option)
this.props.setQueryParam(option)
}

/**
Expand Down

0 comments on commit db0b06d

Please sign in to comment.