Skip to content

Commit

Permalink
passing default selection enables selection. boo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed May 3, 2022
1 parent 6adc94b commit a40b0ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const IndexPatternTable = ({
pagination={pagination}
sorting={sorting}
search={search}
selection={selection}
selection={dataViews.getCanSaveSync() ? selection : undefined}
/>
</ContextWrapper>
{displayIndexPatternEditor}
Expand Down

0 comments on commit a40b0ed

Please sign in to comment.