Skip to content

Commit b900b38

Browse files
committed
fix: EDITOR-293
1 parent 9324082 commit b900b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/data/src/lib/model-config/model-config.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export class ModelConfigService extends Config {
108108
columns: 3,
109109
form: true,
110110
immutable: true,
111-
hideInList: true
111+
hideInList: true,
112+
filterable: true
112113
}
113114
};
114115
}

0 commit comments

Comments
 (0)