Skip to content

Commit

Permalink
Remove unused attributes in getNoDataConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancof committed Oct 17, 2024
1 parent 1692be0 commit 199f836
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,10 @@ export const getNoDataConfig = ({
docsLink,
}: {
hasData: boolean;
hasEemData?: boolean;
loading: boolean;
onboardingFlow?: OnboardingFlow;
locators: LocatorClient;
docsLink?: string;
isEntityCentricExperienceEnabled?: boolean;
}): NoDataConfig | undefined => {
if (!onboardingFlow || hasData || loading) {
return;
Expand Down

0 comments on commit 199f836

Please sign in to comment.