Skip to content

Commit a2c9262

Browse files
committed
fix: debug
1 parent 1d30404 commit a2c9262

File tree

1 file changed

+4
-0
lines changed
  • src/modules/products/components/option-select

1 file changed

+4
-0
lines changed

src/modules/products/components/option-select/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ const OptionSelect: React.FC<OptionSelectProps> = ({
1616
updateOption,
1717
title,
1818
}) => {
19+
console.log({ option })
20+
1921
const filteredOptions = option.values.map((v) => v.value).filter(onlyUnique)
2022

23+
console.log({ filteredOptions })
24+
2125
return (
2226
<div className="flex flex-col gap-y-3">
2327
<span className="text-base-semi">Select {title}</span>

0 commit comments

Comments
 (0)