mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
- client: remove staticIp from apply config
This commit is contained in:
parent
eb075198c2
commit
56f4daeb68
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ class Setup extends Component {
|
|||
}
|
||||
|
||||
handleFormSubmit = (values) => {
|
||||
this.props.setAllSettings(values);
|
||||
const { staticIp, ...config } = values;
|
||||
this.props.setAllSettings(config);
|
||||
};
|
||||
|
||||
handleFormChange = debounce((values) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue