timeout removed

This commit is contained in:
Carlos Jimenez 2018-01-24 09:06:04 +01:00
parent fdb1fa40e2
commit 4b8eb3de85
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default class App {
this.$rootScope = $rootScope;
}
show(message) {
if (this.snackbar) this.snackbar.show({message: message, timeout: 400});
if (this.snackbar) this.snackbar.show({message: message});
}
showMessage(message) {
this.show(message);