From f917c529adf7abbe101be0c58ac211c5f6cd7194 Mon Sep 17 00:00:00 2001 From: Anusha Date: Tue, 10 Sep 2024 21:12:51 +0500 Subject: [PATCH] fix rule page loading --- src/pages/workspace/rules/PolicyRulesPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/workspace/rules/PolicyRulesPage.tsx b/src/pages/workspace/rules/PolicyRulesPage.tsx index a3184b7d0f93..1fce2fb7bfcf 100644 --- a/src/pages/workspace/rules/PolicyRulesPage.tsx +++ b/src/pages/workspace/rules/PolicyRulesPage.tsx @@ -38,6 +38,7 @@ function PolicyRulesPage({route}: PolicyRulesPageProps) { route={route} icon={Illustrations.Rules} shouldShowNotFoundPage={!canUseWorkspaceRules} + shouldShowLoading={false} >