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 33b0326 commit 01a2933Copy full SHA for 01a2933
packages/shared/widget-plugin-filtering/src/helpers/withAttributeGuard.tsx
@@ -21,7 +21,7 @@ export function withAttributeGuard<P extends RequiredProps>(Component: FC<P>): F
21
if (!isValid) {
22
return (
23
<Alert bootstrapStyle="danger">
24
- The attributes in the current widget configuration is{" "}
+ The attributes in the current widget configuration are{" "}
25
<a href="https://docs.mendix.com/refguide/attributes/#limitations">not filterable</a>. Please change
26
the widget configuration.
27
</Alert>
0 commit comments