diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx index 56a4e5e54..73c8db39a 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx @@ -21,7 +21,6 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => { placeholder="My example app" variant="default" withAsterisk - required {...form.getInputProps('name')} /> { placeholder="https://google.com" variant="default" withAsterisk - required {...form.getInputProps('url')} onChange={(e) => { form.setFieldValue('behaviour.externalUrl', e.target.value); @@ -44,7 +42,6 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => { description={t('general.externalAddress.description')} placeholder="https://homarr.mywebsite.com/" variant="default" - required {...form.getInputProps('behaviour.externalUrl')} /> diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/GenericSecretInput.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/GenericSecretInput.tsx index d768bda1b..778fc61b3 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/GenericSecretInput.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/GenericSecretInput.tsx @@ -56,7 +56,11 @@ export const GenericSecretInput = ({ {t('integration.secrets.clear')} {displayUpdateField === true ? ( - + ) : (