updated role menu
This commit is contained in:
parent
6f861c0027
commit
429e2bde32
9 changed files with 8 additions and 7 deletions
|
|
@ -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();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue