Skip to content

Commit 8033c53

Browse files
committed
fix(selection-helper-web): improve error message
1 parent d71d43b commit 8033c53

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 Gallery widget with multi-selection.
13+
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.
1415
</Alert>
1516
);
1617
}

0 commit comments

Comments
 (0)