Skip to content

Commit 3dc22e7

Browse files
author
Sharma
committed
Fixed an import
1 parent b4f9937 commit 3dc22e7

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-sdk-components/src/lib/_components/template/data-reference/search-form

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/template/data-reference/search-form/tabsData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getTabLabel } from 'packages/angular-sdk-components/src/public-api';
1+
import { getTabLabel } from '../../../../_helpers/tab-utils';
22

33
export function getTabCountSources(deferLoadedTabs) {
44
const availableTabs = deferLoadedTabs.getPConnect().getChildren() || [];

0 commit comments

Comments
 (0)