fix: forgotten Vue inits (#2708)
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -329,7 +329,7 @@ window.LNbits = {
|
||||
401: 'warning',
|
||||
500: 'negative'
|
||||
}
|
||||
Quasar.plugins.Notify.create({
|
||||
Quasar.Notify.create({
|
||||
timeout: 5000,
|
||||
type: types[error.response.status] || 'warning',
|
||||
message:
|
||||
|
||||
Reference in New Issue
Block a user