chore: user cannot update their own role (#1041)

This commit is contained in:
Aaryan Khandelwal 2023-05-15 11:35:19 +05:30 committed by GitHub
parent 290318603d
commit 9fdc56db0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 55 additions and 39 deletions

View file

@ -173,7 +173,7 @@ const WorkspaceSettings: NextPage = () => {
}}
data={activeWorkspace ?? null}
/>
<div className="px-24 py-8">
<div className="p-8 lg:px-24">
<SettingsHeader />
{activeWorkspace ? (
<div className="space-y-8 sm:space-y-12">