mirror of
https://github.com/filegator/filegator.git
synced 2025-08-27 16:00:03 +02:00
Update buefy dialog, notification, toast
This commit is contained in:
@@ -172,7 +172,7 @@ export default {
|
||||
confirmSave() {
|
||||
|
||||
if (this.formFields.role == 'guest' && this.getPermissionsArray().length) {
|
||||
this.$dialog.confirm({
|
||||
this.$buefy.dialog.confirm({
|
||||
message: this.lang('Are you sure you want to allow access to everyone?'),
|
||||
type: 'is-danger',
|
||||
cancelText: this.lang('Cancel'),
|
||||
@@ -199,7 +199,7 @@ export default {
|
||||
permissions: this.getPermissionsArray(),
|
||||
})
|
||||
.then(res => {
|
||||
this.$toast.open({
|
||||
this.$buefy.toast.open({
|
||||
message: this.lang('Updated'),
|
||||
type: 'is-success',
|
||||
})
|
||||
|
Reference in New Issue
Block a user