Skip to content

Commit 09f5e40

Browse files
committed
Fix twit deleteting confirm dialog appearance
1 parent 7f14f14 commit 09f5e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/view/tweet/TweetContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default {
176176
},
177177
178178
onDeleteTweet() {
179-
this.$dialog.confirm({
179+
this.$buefy.dialog.confirm({
180180
title: 'Deleting tweet',
181181
message: 'Are you sure you want to <b>delete</b> your tweet? This action cannot be undone.',
182182
confirmText: 'Delete Tweet',

0 commit comments

Comments
 (0)