timeout removed
This commit is contained in:
parent
fdb1fa40e2
commit
4b8eb3de85
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue