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 d71d43b commit 8033c53Copy full SHA for 8033c53
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 Gallery widget with multi-selection.
+ The Selection Helper widget should be placed within the header section of the Data Grid 2 or the Gallery
14
+ widget with multi-selection enabled.
15
</Alert>
16
);
17
}
0 commit comments