From 70dfaaf027705609b8817217e4521ccf5257d921 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Tue, 3 Feb 2026 12:40:06 +0100 Subject: [PATCH] removed unnecessary information fields when creating a new sodistorehome product --- .../SodistorehomeInstallationForm.tsx | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistorehomeInstallationForm.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistorehomeInstallationForm.tsx index 97d2abba7..89bffedd4 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistorehomeInstallationForm.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistorehomeInstallationForm.tsx @@ -205,67 +205,6 @@ function SodistorehomeInstallationForm(props: SodistorehomeInstallationFormPros) -
- - } - name="inverterSN" - value={formValues.inverterSN} - onChange={handleChange} - variant="outlined" - fullWidth - /> -
- -
- - } - name="dataloggerSN" - value={formValues.dataloggerSN} - onChange={handleChange} - variant="outlined" - fullWidth - /> -
- -
- - } - name="batteryClusterNumber" - value={formValues.batteryClusterNumber} - onChange={handleChange} - variant="outlined" - fullWidth - /> -
- -
- - } - name="information" - value={formValues.information} - onChange={handleChange} - /> -