Skip to content

Commit

Permalink
Change grouping of label props
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed May 15, 2024
1 parent 4769f24 commit f073186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iris-grid/src/IrisGridPartitionSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,13 @@ class IrisGridPartitionSelector extends Component<
{partitionTables?.[index] && (
<Picker
label={column.name}
labelPosition="side"
table={partitionTables[index]}
direction="bottom"
shouldFlip={false}
keyColumn={partitionTables[index].columns[index].name}
placeholder={'Loading...' as string}
labelColumn={partitionTables[index].columns[index].name}
labelPosition="side"
onChange={this.getCachedChangeCallback(index)}
defaultSelectedKey={partitions[index] as ItemKey}
isDisabled={
Expand Down

0 comments on commit f073186

Please sign in to comment.