diff --git a/src/attributes/components/AttributeListPage/AttributeListPage.tsx b/src/attributes/components/AttributeListPage/AttributeListPage.tsx index 4a9e71877..df735bd07 100644 --- a/src/attributes/components/AttributeListPage/AttributeListPage.tsx +++ b/src/attributes/components/AttributeListPage/AttributeListPage.tsx @@ -51,6 +51,10 @@ const AttributeListPage: React.FC = ({ = ({ = ({ = props => { const { + allTabLabel, currentTab, initialSearch, onSearchChange, @@ -54,13 +56,7 @@ const SearchBar: React.FC = props => { return ( <> - + {tabs.map((tab, tabIndex) => ( onTabChange(tabIndex + 1)} diff --git a/src/customers/components/CustomerListPage/CustomerListPage.tsx b/src/customers/components/CustomerListPage/CustomerListPage.tsx index 62e2d4a84..3b88e0601 100644 --- a/src/customers/components/CustomerListPage/CustomerListPage.tsx +++ b/src/customers/components/CustomerListPage/CustomerListPage.tsx @@ -57,6 +57,10 @@ const CustomerListPage: React.StatelessComponent = ({ = ({ = ({