Remove cancel button

Fixes #1312
This commit is contained in:
Owen
2025-08-25 17:00:51 -07:00
parent 293fd70ccb
commit e1d4c029e7

View File

@@ -777,15 +777,6 @@ export default function Page() {
</SettingsContainer>
<div className="flex justify-end space-x-2 mt-8">
<Button
type="button"
variant="outline"
onClick={() => {
router.push(`/${orgId}/settings/access/users`);
}}
>
{t("cancel")}
</Button>
{userType && dataLoaded && (
<Button
type={inviteLink ? "button" : "submit"}