chore: user cannot update their own role (#1041)
This commit is contained in:
parent
290318603d
commit
9fdc56db0f
15 changed files with 55 additions and 39 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue