Remove unnecessary dialogDetail assignments

This commit is contained in:
Dede Fuji Abdul
2024-04-02 03:15:02 +07:00
parent f8aa384406
commit 6b1b0981e2
20 changed files with 10 additions and 30 deletions

View File

@ -582,7 +582,6 @@ const showDetail = () => {
dataSub.value = []
dataSubSelected.value = null
if (agreeToShowDialog.value) {
dialogDetail.value = true
getDetail()
}
}