Skip to content

Commit

Permalink
Allow search bar to grow and fill the space above the grid to the lef…
Browse files Browse the repository at this point in the history
…t of the switch
  • Loading branch information
pavsaund committed Sep 7, 2023
1 parent b0f4074 commit e409cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const TableSection = ({ selectedTableName, initialSelectedFields, onBackT
variant='outlined'
placeholder='Search fields'
onValueChange={(event) => setFieldSearchTerm(event.target.value)}
sx={{ flexGrow: 1 }}
/>
<NewSwitch
id='hideUnselectedRows'
Expand Down

0 comments on commit e409cf2

Please sign in to comment.