mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
remove install from initial state
This commit is contained in:
parent
b943f2011f
commit
4c89cf7209
1 changed files with 0 additions and 25 deletions
|
@ -614,31 +614,6 @@ export const initialState: RootState = {
|
||||||
topUpstreamsResponses: [],
|
topUpstreamsResponses: [],
|
||||||
},
|
},
|
||||||
toasts: { notices: [] },
|
toasts: { notices: [] },
|
||||||
install: {
|
|
||||||
step: INSTALL_FIRST_STEP,
|
|
||||||
processingDefault: true,
|
|
||||||
processingSubmit: false,
|
|
||||||
processingCheck: false,
|
|
||||||
web: {
|
|
||||||
ip: ALL_INTERFACES_IP,
|
|
||||||
port: STANDARD_WEB_PORT,
|
|
||||||
status: '',
|
|
||||||
can_autofix: false,
|
|
||||||
},
|
|
||||||
dns: {
|
|
||||||
ip: ALL_INTERFACES_IP,
|
|
||||||
port: STANDARD_DNS_PORT,
|
|
||||||
status: '',
|
|
||||||
can_autofix: false,
|
|
||||||
},
|
|
||||||
staticIp: {
|
|
||||||
static: '',
|
|
||||||
ip: '',
|
|
||||||
error: '',
|
|
||||||
},
|
|
||||||
interfaces: [],
|
|
||||||
dnsVersion: '',
|
|
||||||
},
|
|
||||||
loadingBar: {},
|
loadingBar: {},
|
||||||
form: {},
|
form: {},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue