Skip to content

Commit 6748bad

Browse files
committed
fix: filter attributes on parent product
1 parent 6e6ce0a commit 6748bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/queries/cs-product.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default ({ sku }) => gql`{
110110
url
111111
label
112112
}
113-
attributes(roles: []) {
113+
attributes(roles: ["visible_in_pdp"]) {
114114
name
115115
label
116116
value

0 commit comments

Comments
 (0)