- client: remove staticIp from apply config
This commit is contained in:
parent
eb075198c2
commit
56f4daeb68
|
@ -33,7 +33,8 @@ class Setup extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
handleFormSubmit = (values) => {
|
handleFormSubmit = (values) => {
|
||||||
this.props.setAllSettings(values);
|
const { staticIp, ...config } = values;
|
||||||
|
this.props.setAllSettings(config);
|
||||||
};
|
};
|
||||||
|
|
||||||
handleFormChange = debounce((values) => {
|
handleFormChange = debounce((values) => {
|
||||||
|
|
Loading…
Reference in New Issue