Skip to content

Commit 30af643

Browse files
committed
todo
1 parent a50b4d7 commit 30af643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin/dashboard/src/routes/products/product-create/components/product-create-details-form/components/product-create-details-variant-section/product-create-details-variant-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export const ProductCreateVariantsSection = ({
424424
handleValueChange(option.id, value as string[])
425425
}
426426
onCreateOption={(_) => {
427-
// Nothing
427+
// Todo
428428
}}
429429
options={valueOptions}
430430
placeholder={t(

0 commit comments

Comments
 (0)