Skip to content

Commit

Permalink
commit commented test logs for ko cmpnt load, re #10804
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 14, 2024
1 parent 86eb048 commit cbce600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/media/js/views/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ define([
};
Object.values(SearchComponents).forEach(function(component) {
this.searchFilterVms[component.componentname] = ko.observable(null);
// uncomment below to test for any filters that don't load as expected
// this.searchFilterVms[component.componentname].subscribe(vm => {console.log(component.componentname+" loaded");})
}, this);
this.searchViewFiltersLoaded = ko.computed(function() {
let res = true;
Expand Down

0 comments on commit cbce600

Please sign in to comment.