removed the timeout 400 of the snackbar as it shouldnt be hardcoded
This commit is contained in:
parent
67d99e788e
commit
50dd055c99
|
@ -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