feat(catalog): unify home with catalog and add clear qty controls
This commit is contained in:
@@ -53,7 +53,7 @@ async function navigateAfterLogin(user: { company?: { id: string } | null }) {
|
||||
return;
|
||||
}
|
||||
|
||||
await navigateTo('/products');
|
||||
await navigateTo('/');
|
||||
}
|
||||
|
||||
function clearAutoRequestTimer() {
|
||||
|
||||
Reference in New Issue
Block a user