diff --git a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx index 937376d82..d29a32c47 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx @@ -686,7 +686,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) { onInputChange={(_e, val) => setFormValues({ ...formValues, networkProvider: val || '' }) } - disabled={!canEdit && !isPartner} + disabled={!canEdit} loading={loadingProviders} renderInput={(params) => ( Solar Manager @@ -757,7 +757,7 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) { onChange={handleChange} variant="outlined" fullWidth - inputProps={{ readOnly: !canEdit && !isPartner }} + inputProps={{ readOnly: !canEdit }} /> )}