Skip to content

Commit 67c99d0

Browse files
committed
fix: OU-1195 fix Create btn tooltip condition
1 parent 4ec73d6 commit 67c99d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/dashboards/perses/dashboard-create-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const DashboardCreateDialog: React.FunctionComponent = () => {
172172

173173
return (
174174
<>
175-
{!hasEditableProject ? (
175+
{!permissionsLoading && !hasEditableProject ? (
176176
<Tooltip
177177
content={t('To create dashboards, contact your cluster administrator for permission.')}
178178
>

0 commit comments

Comments
 (0)