Skip to content

Commit 65d148e

Browse files
committed
chore: fix attribute typo
1 parent 6d13f0f commit 65d148e

File tree

1 file changed

+1
-1
lines changed
  • packages/pluggableWidgets/datagrid-dropdown-filter-web/src/components

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/datagrid-dropdown-filter-web/src/components/AttrFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { withLinkedEnumStore } from "../hocs/withLinkedEnumStore";
77
import { EnumFilterProps } from "./typings";
88

99
export function AttrFilter(props: DatagridDropdownFilterContainerProps): ReactElement {
10-
if (props.auto) {
10+
if (props.attrChoice === "auto") {
1111
return <AutoAttrFilter {...props} />;
1212
}
1313

0 commit comments

Comments
 (0)