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 d949cf3 commit 793fb10Copy full SHA for 793fb10
packages/pluggableWidgets/selection-helper-web/src/SelectionHelper.tsx
@@ -10,7 +10,8 @@ export function SelectionHelper(props: SelectionHelperContainerProps): ReactElem
10
if (contextValue.hasError) {
11
return (
12
<Alert bootstrapStyle="danger">
13
- The Selection Helper widget must be placed inside the header of the Data grid 2.0 or Gallery widget.
+ The Selection Helper widget must be placed inside the header of the Data grid 2.0 or Gallery widget with
14
+ multi-selection.
15
</Alert>
16
);
17
}
0 commit comments