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

@@ -560,8 +560,7 @@ const showDetail = () => {
clearSelection()
dataSubSelected.value = null
if (monthSelected.value != null) {
// dialogDetail.value = true
getDetail()
// getDetail()
}
}