Update buefy dialog, notification, toast

This commit is contained in:
alkl58
2024-11-06 16:51:20 +01:00
committed by Milos Stojanovic
parent f757fcdec2
commit d9273d569a
8 changed files with 22 additions and 22 deletions

View File

@@ -58,7 +58,7 @@ export default {
content: this.content,
})
.then(() => {
this.$toast.open({
this.$buefy.toast.open({
message: this.lang('Updated'),
type: 'is-success',
})