Fixes primera revisión #86

Merged
jsegarra merged 13 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-primera-review into 4922-vueMigration 2024-09-23 21:18:13 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 2a43ab023a - Show all commits
src/pages/Admin

View File

@ -30,7 +30,6 @@ const onSearch = data => (users.value = data || []);
const supplantUser = async user => {
try {
console.log('supplant user');
await userStore.supplantUser(user);
await appStore.getMenuLinks();
router.push({ name: 'confirmedOrders' });