changes
This commit is contained in:
@@ -210,7 +210,7 @@ const project = await $getdata("project", { filter: { id: props.projectId }, fir
|
||||
const images = ref([]);
|
||||
const isForProduct = computed(() => props.productId !== undefined);
|
||||
const product = isForProduct.value
|
||||
? await $getdata("product", { filter: { id: props.productId }, first: true })
|
||||
? await $getdata("Product", { filter: { id: props.productId }, first: true })
|
||||
: undefined;
|
||||
const showmodal = ref();
|
||||
const imgshow = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user