Skip to content

Commit

Permalink
passing default selection enables selection. boo (#131473) (#131512)
Browse files Browse the repository at this point in the history
(cherry picked from commit dc52980)

Co-authored-by: Matthew Kime <[email protected]>
  • Loading branch information
kibanamachine and mattkime authored May 4, 2022
1 parent 62dbbbd commit 1e06603
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 1e06603

Please sign in to comment.