Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information