We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec73d6 commit 67c99d0Copy full SHA for 67c99d0
1 file changed
web/src/components/dashboards/perses/dashboard-create-dialog.tsx
@@ -172,7 +172,7 @@ export const DashboardCreateDialog: React.FunctionComponent = () => {
172
173
return (
174
<>
175
- {!hasEditableProject ? (
+ {!permissionsLoading && !hasEditableProject ? (
176
<Tooltip
177
content={t('To create dashboards, contact your cluster administrator for permission.')}
178
>
0 commit comments