Skip to content

Commit 793fb10

Browse files
committed
feat(selection-helper-web): improve error message
1 parent d949cf3 commit 793fb10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pluggableWidgets/selection-helper-web/src/SelectionHelper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export function SelectionHelper(props: SelectionHelperContainerProps): ReactElem
1010
if (contextValue.hasError) {
1111
return (
1212
<Alert bootstrapStyle="danger">
13-
The Selection Helper widget must be placed inside the header of the Data grid 2.0 or Gallery widget.
13+
The Selection Helper widget must be placed inside the header of the Data grid 2.0 or Gallery widget with
14+
multi-selection.
1415
</Alert>
1516
);
1617
}

0 commit comments

Comments
 (0)