Skip to content

Commit

Permalink
Merge pull request #74 from ibm-avocados/search-bar-fix
Browse files Browse the repository at this point in the history
Replaced TableToolbarSearch with a Search component to fix search bar formatting
  • Loading branch information
odrodrig authored Aug 6, 2021
2 parents f8fbaec + 7dd1c25 commit 1389eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/clusters/Clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
SkeletonText,
TagSkeleton,
StructuredListSkeleton,
Search,
} from 'carbon-components-react';
import {
Delete16 as Delete,
Expand Down Expand Up @@ -52,7 +53,6 @@ const {
TableExpandedRow,
TableSelectAll,
TableToolbar,
TableToolbarSearch,
TableToolbarContent,
TableBatchActions,
TableBatchAction,
Expand Down Expand Up @@ -307,7 +307,7 @@ const Clusters = ({ query, accountID }) => {
/>
</TableBatchActions>
<TableToolbarContent>
<TableToolbarSearch
<Search
tabIndex={getBatchActionProps().shouldShowBatchActions ? -1 : 0}
onChange={onInputChange}
/>
Expand Down

0 comments on commit 1389eed

Please sign in to comment.