keep message display open after answear

This commit is contained in:
einhornimmond 2025-05-08 10:02:10 +02:00
parent 73e478fc87
commit ac4872d06d

View File

@ -278,15 +278,6 @@ onError((err) => {
toastError(err.message)
})
watch(
() => visible.value,
() => {
if (visible.value) {
getListContributionMessages()
}
},
)
function updateStatus(id) {
emit('update-status', id)
}