feat: Add product dependencies (requirements and exclusions) to database, admin UI and wizard validation
All checks were successful
Staging Build / build (push) Successful in 2m39s
All checks were successful
Staging Build / build (push) Successful in 2m39s
This commit is contained in:
@@ -39,7 +39,8 @@ async function ProductDataWrapper() {
|
||||
|
||||
async function CreateProductAction() {
|
||||
const categories = await getCategories()
|
||||
const products = await getProducts()
|
||||
return (
|
||||
<CreateProductDialog categories={categories} />
|
||||
<CreateProductDialog categories={categories} products={products} />
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user