Skip to content

Commit 8e82df2

Browse files
iobuhovgjulivan
authored andcommitted
chore(datagrid-number-filter-web): update editor config
1 parent f4e5108 commit 8e82df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/datagrid-number-filter-web/src/DatagridNumberFilter.editorConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export function getProperties(values: DatagridNumberFilterPreviewProps, defaultP
3434

3535
if (values.attrChoice === "auto") {
3636
hidePropertyIn(defaultProperties, values, "attributes");
37+
hidePropertyIn(defaultProperties, {} as { linkedDs: unknown }, "linkedDs");
3738
}
3839

39-
hidePropertyIn(defaultProperties, {} as { linkedDs: unknown }, "linkedDs");
4040
return defaultProperties;
4141
}
4242

0 commit comments

Comments
 (0)