💄 put save org settings button into the form

This commit is contained in:
Fred KISSIE
2025-12-15 23:36:13 +01:00
parent 9125a7bccb
commit 872bb557c2

View File

@@ -832,23 +832,23 @@ export default function GeneralPage() {
</SettingsSectionBody>
</>
)}
<div className="flex justify-end gap-2 mt-4">
<Button
type="submit"
form="org-settings-form"
loading={loadingSave}
disabled={loadingSave}
>
{t("saveSettings")}
</Button>
</div>
</SettingsSection>
</form>
</Form>
{build === "saas" && <AuthPageSettings ref={authPageSettingsRef} />}
<div className="flex justify-end gap-2">
<Button
type="submit"
form="org-settings-form"
loading={loadingSave}
disabled={loadingSave}
>
{t("saveSettings")}
</Button>
</div>
{build !== "saas" && (
<SettingsSection>
<SettingsSectionHeader>