Skip to content

Commit 9ff0ef0

Browse files
committed
completing Model Design View search
1 parent 77a5b12 commit 9ff0ef0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

webui/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/src/js/viewModels/model-design-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function(accUtils, i18n, ko, project, urlCatalog, viewHelper, wktLogger, jsYaml,
249249

250250
// Once the WRC change is available, call the method to pass the search text and return.
251251
//
252-
// this.designer.simpleSearch(searchModelText);
252+
this.designer.search(searchModelText);
253253
};
254254
}
255255

0 commit comments

Comments
 (0)