Catalog view #87
|
@ -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
|
||||
item.lots = itemLots;
|
||||
item.tags = tags;
|
||||
showItemDialog.value = true;
|
||||
|
|
Loading…
Reference in New Issue
falta await
Await agregado.
Commit:
101ac917a2