Skip to content

Commit

Permalink
[abstract-list.js] Add Filter Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fschrader1992 committed Apr 7, 2020
1 parent 3013a22 commit aa76423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/abstract-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ require(["lib/models", "lib/tools", "knockout", "sammy", "lib/offline"], functio
self.selectedAbstract = ko.observable(null);
self.isFavouriteAbstract = ko.observable(false);
self.groups = ko.observableArray(null);
self.filter = ko.observable(null);
self.error = ko.observable(false);
self.messageSuccess = ko.observable(false);
self.favs = ko.observableArray(null);
Expand Down

0 comments on commit aa76423

Please sign in to comment.