Skip to content

Commit 503d065

Browse files
authored
Merge pull request #115 from BinaryStudioAcademy/fix/twit_delete_confirm_dialog
Fix twit deleting confirm dialog appearance
2 parents 7f14f14 + 09f5e40 commit 503d065

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)