Skip to content

Commit

Permalink
feat(admin-ui): Allow "enabled" state to be set when creating products
Browse files Browse the repository at this point in the history
Relates to #608
  • Loading branch information
michaelbromley committed Jan 8, 2021
1 parent 02eb9f7 commit 3e006ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class ProductDataService {
createProduct(product: CreateProductInput) {
const input: CreateProduct.Variables = {
input: pick(product, [
'enabled',
'translations',
'customFields',
'assetIds',
Expand Down

0 comments on commit 3e006ce

Please sign in to comment.