From 0f901bbe12278cdc5e1f10e70f438dee18fb9d22 Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Wed, 31 Jan 2024 13:26:39 +0200 Subject: [PATCH] fix: fix skeleton not appearing on feature toggle list (#6093) The `FeatureToggleListTable` is nested directly within `PageContent`. `PageContent` was cause for removing the skeleton from the table. However, this is unnecessary because the table has its own loader that manages the skeletons. Therefore, `PageContent` does not require a loader. --- .../feature/FeatureToggleList/FeatureToggleListTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx index f7c94583f9..6ac43c77ef 100644 --- a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx +++ b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx @@ -312,6 +312,7 @@ export const FeatureToggleListTable: VFC = () => { return (