Catalog view #87

Merged
jsegarra merged 14 commits from wbuezas/hedera-web-mindshore:feature/Catalog into 4922-vueMigration 2024-10-01 19:27:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 101ac917a2 - Show all commits

View File

@ -709,7 +709,7 @@ const showItem = async item => {
if (isGuest.value) return;
const itemLots = await calcItem(item.id);
const tags = getItemTags(item.id);
const tags = await getItemTags(item.id);
jsegarra marked this conversation as resolved Outdated

falta await

falta await

Await agregado.

Commit: 101ac917a2

Await agregado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/101ac917a28efcd5dba111d4d36e6b47fee7a27f
item.lots = itemLots;
item.tags = tags;
showItemDialog.value = true;