We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f630d commit c6d9ac1Copy full SHA for c6d9ac1
packages/module/src/ColumnManagementModal/ColumnManagementModal.tsx
@@ -86,7 +86,7 @@ const ColumnManagementModal: FunctionComponent<ColumnManagementModalProps> = (
86
};
87
88
const handleSelect = (item: ListManagerItem) => {
89
- updateColumns([item]);
+ updateColumns([ item ]);
90
91
92
const handleSelectAll = (items: ListManagerItem[]) => {
0 commit comments