We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d30404 commit a2c9262Copy full SHA for a2c9262
src/modules/products/components/option-select/index.tsx
@@ -16,8 +16,12 @@ const OptionSelect: React.FC<OptionSelectProps> = ({
16
updateOption,
17
title,
18
}) => {
19
+ console.log({ option })
20
+
21
const filteredOptions = option.values.map((v) => v.value).filter(onlyUnique)
22
23
+ console.log({ filteredOptions })
24
25
return (
26
<div className="flex flex-col gap-y-3">
27
<span className="text-base-semi">Select {title}</span>
0 commit comments