From 4c89cf720998f981241d521ec355c73755a63206 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 6 Jun 2024 13:27:18 +0300 Subject: [PATCH] remove install from initial state --- client/src/initialState.ts | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/client/src/initialState.ts b/client/src/initialState.ts index 52e76872..94be25ff 100644 --- a/client/src/initialState.ts +++ b/client/src/initialState.ts @@ -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: {}, };