Skip to content

Commit ed7e173

Browse files
committed
filter working
1 parent ab2c4f6 commit ed7e173

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/vipStore

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/vipStore/VIPStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ qx.Class.define("osparc.vipStore.VIPStore", {
7070
});
7171
toolbarLayout.add(sortModelsButtons);
7272

73-
const filter = new osparc.filter.TextFilter("name", "vipModels").set({
73+
const filter = new osparc.filter.TextFilter("text", "vipModels").set({
7474
alignY: "middle",
7575
allowGrowY: false,
7676
minWidth: 200,

0 commit comments

Comments
 (0)