Skip to content

Commit

Permalink
chore: add select all to select intents modal (microsoft#8451)
Browse files Browse the repository at this point in the history
* add select all to select intents modal

* lint

* use default select all

* delete useless import

Co-authored-by: Lu Han <[email protected]>
  • Loading branch information
alanlong9278 and luhan2017 authored Jul 29, 2021
1 parent 75867bd commit 019cdc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ export const SelectIntent: React.FC<SelectIntentProps> = (props) => {
<div css={detailListContainer} data-is-scrollable="true">
<ScrollablePane scrollbarVisibility={ScrollbarVisibility.auto}>
<DetailsList
isHeaderVisible
checkboxVisibility={CheckboxVisibility.always}
columns={columns}
isHeaderVisible={false}
items={intentItems}
selection={selection}
selectionMode={SelectionMode.multiple}
Expand Down

0 comments on commit 019cdc4

Please sign in to comment.