mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-27 17:26:39 +03:00
Remove 'enabled' from initial values
This commit is contained in:
parent
beb94741cf
commit
5f7fc0f041
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class Dhcp extends Component {
|
|||
'btn btn-primary btn-standard btn-loading': dhcp.processingStatus,
|
||||
});
|
||||
const {
|
||||
enabled,
|
||||
interface_name,
|
||||
...values
|
||||
} = dhcp.config;
|
||||
|
|
Loading…
Reference in a new issue