Skip to content

Commit

Permalink
Fixed missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Jul 27, 2016
1 parent f63ac5e commit 273f9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebComponents/QueryGrid/query-grid-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}

private _saveAs() {
this.query.filters.createNew().then(newFilter => {
this.app.importComponent("PersistentObjectDialog").then(() => this.query.filters.createNew()).then(newFilter => {
let dialog: Vidyano.WebComponents.PersistentObjectDialog;
this.app.showDialog(dialog = new Vidyano.WebComponents.PersistentObjectDialog(newFilter.persistentObject, {
save: (po, close) => {
Expand Down

0 comments on commit 273f9b6

Please sign in to comment.