mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 05:36:38 +00:00
💄 put save org settings button into the form
This commit is contained in:
@@ -832,13 +832,8 @@ export default function GeneralPage() {
|
|||||||
</SettingsSectionBody>
|
</SettingsSectionBody>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</SettingsSection>
|
|
||||||
</form>
|
|
||||||
</Form>
|
|
||||||
|
|
||||||
{build === "saas" && <AuthPageSettings ref={authPageSettingsRef} />}
|
<div className="flex justify-end gap-2 mt-4">
|
||||||
|
|
||||||
<div className="flex justify-end gap-2">
|
|
||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
form="org-settings-form"
|
form="org-settings-form"
|
||||||
@@ -848,6 +843,11 @@ export default function GeneralPage() {
|
|||||||
{t("saveSettings")}
|
{t("saveSettings")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
</SettingsSection>
|
||||||
|
</form>
|
||||||
|
</Form>
|
||||||
|
|
||||||
|
{build === "saas" && <AuthPageSettings ref={authPageSettingsRef} />}
|
||||||
|
|
||||||
{build !== "saas" && (
|
{build !== "saas" && (
|
||||||
<SettingsSection>
|
<SettingsSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user