mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
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.
This commit is contained in:
parent
67f8a3cccd
commit
0f901bbe12
@ -312,6 +312,7 @@ export const FeatureToggleListTable: VFC = () => {
|
||||
|
||||
return (
|
||||
<PageContent
|
||||
disableLoading={true}
|
||||
bodyClass='no-padding'
|
||||
header={
|
||||
<PageHeader
|
||||
|
Loading…
Reference in New Issue
Block a user