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 0d0ed0a commit 248755aCopy full SHA for 248755a
packages/pluggableWidgets/selection-helper-web/src/SelectionHelper.tsx
@@ -10,8 +10,7 @@ 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 with
14
- multi-selection.
+ The Selection Helper widget must be placed inside the header of the Gallery widget with multi-selection.
15
</Alert>
16
);
17
}
0 commit comments