updated role menu

This commit is contained in:
Warunee Tamkoo 2024-02-06 11:58:23 +07:00
parent 6f861c0027
commit 429e2bde32
9 changed files with 8 additions and 7 deletions

View file

@ -48,7 +48,7 @@
</div>
</q-scroll-area>
</q-drawer>
<q-page-container class="q-ma-sm">
<ProfileTable
style="height: 77vh"
@ -1185,6 +1185,7 @@ const nodeTree = async () => {
messageError($q, e);
})
.finally(async () => {
hideLoader();
await doSearch();
});
};