fix on line 191 mdAutocomplete

This commit is contained in:
Pablo Henrique Penha Silva 2017-04-03 11:29:23 -03:00
parent 00123e5d42
commit b15f0a03a3

View file

@ -188,7 +188,7 @@
errorMessage = 'You should use a `filterList` function prop with the `list` prop';
}
if (!fetch) {
if (!this.fetch) {
errorMessage = 'You should use a `fetch` function prop';
}