We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506a349 commit bb152f3Copy full SHA for bb152f3
src/Frontend/src/components/messages2/DeleteMessageButton.vue
@@ -36,6 +36,7 @@ const handleConfirm = async () => {
36
@confirm="handleConfirm"
37
heading="Are you sure you want to delete this message?"
38
body="If you delete, this message won't be available for retrying unless it is later restored."
39
- /> </Teleport
40
- ></template>
+ />
+ </Teleport>
41
+ </template>
42
</template>
0 commit comments