Skip to content

Commit

Permalink
Merge pull request #1 from GCorbel/master
Browse files Browse the repository at this point in the history
Assign the right variable
  • Loading branch information
eduardoweiland committed Jul 1, 2016
2 parents a124c2b + 5acc197 commit 70ed5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/data-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const DataTable = Component.extend(EmberDataTableMixin, TablePaginationMixin, Ta
},

makeSearch(searchText) {
this.set('search', searchText);
this.set('searchText', searchText);
this._fetchData();
},

Expand Down

0 comments on commit 70ed5e0

Please sign in to comment.