mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
keep message display open after answear
This commit is contained in:
parent
73e478fc87
commit
ac4872d06d
@ -278,15 +278,6 @@ onError((err) => {
|
||||
toastError(err.message)
|
||||
})
|
||||
|
||||
watch(
|
||||
() => visible.value,
|
||||
() => {
|
||||
if (visible.value) {
|
||||
getListContributionMessages()
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
function updateStatus(id) {
|
||||
emit('update-status', id)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user