fixing loading

This commit is contained in:
Warunee Tamkoo 2025-03-14 10:00:09 +07:00
parent c91a08fc4d
commit b8e269f9b5

View file

@ -344,6 +344,7 @@ async function fetchTree() {
if (data) {
isLoad.value = true;
node.value = data;
hideLoader();
}
}