We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a7589 commit 44d9fbfCopy full SHA for 44d9fbf
site/src/pages/OrganizationSettingsPage/OrganizationSettingsPageView.tsx
@@ -133,7 +133,11 @@ export const OrganizationSettingsPageView: FC<
133
>
134
<div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow //flex-wrap">
135
<span>Deleting an organization is irreversible.</span>
136
- <Button variant="destructive" onClick={() => setIsDeleting(true)} className="min-w-fit">
+ <Button
137
+ variant="destructive"
138
+ onClick={() => setIsDeleting(true)}
139
+ className="min-w-fit"
140
+ >
141
Delete this organization
142
</Button>
143
</div>
@@ -151,4 +155,3 @@ export const OrganizationSettingsPageView: FC<
151
155
152
156
);
153
157
};
154
-
0 commit comments