Skip to content

Commit 248755a

Browse files
committed
feat(selection-helper-web): improve error message
1 parent 0d0ed0a commit 248755a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ 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 with
14-
multi-selection.
13+
The Selection Helper widget must be placed inside the header of the Gallery widget with multi-selection.
1514
</Alert>
1615
);
1716
}

0 commit comments

Comments
 (0)