Skip to content

Commit

Permalink
remove install from initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Jun 6, 2024
1 parent b943f20 commit 4c89cf7
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions client/src/initialState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
};

0 comments on commit 4c89cf7

Please sign in to comment.