remove install from initial state

This commit is contained in:
Ildar Kamalov 2024-06-06 13:27:18 +03:00
parent b943f2011f
commit 4c89cf7209

View File

@ -614,31 +614,6 @@ export const initialState: RootState = {
topUpstreamsResponses: [],
},
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: {},
form: {},
};