1
0
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:
Jaanus Sellin 2024-01-31 13:26:39 +02:00 committed by GitHub
parent 67f8a3cccd
commit 0f901bbe12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,6 +312,7 @@ export const FeatureToggleListTable: VFC = () => {
return (
<PageContent
disableLoading={true}
bodyClass='no-padding'
header={
<PageHeader