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 07cc86e commit 9ec9c75Copy full SHA for 9ec9c75
site/src/pages/ManagementSettingsPage/OrganizationSettingsPage.tsx
@@ -82,10 +82,8 @@ const OrganizationSettingsPage: FC = () => {
82
/>
83
);
84
}
85
- // TODO: This should only happen if the user manually edits the URL, but
86
- // maybe we can show a better message anyway.
87
return (
88
- <EmptyState message={organization.display_name || organization.name} />
+ <EmptyState message="You do not have permission to edit this organization." />
89
90
91
0 commit comments