Skip to content

Commit

Permalink
Update studioShared/lib/queries/customerCases.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Oterhals Myklebust <[email protected]>
  • Loading branch information
anemne and mathiazom authored Oct 17, 2024
1 parent 4041a20 commit ad189d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion studioShared/lib/queries/customerCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ export const CUSTOMER_CASE_QUERY = groq`
_type == "richTextBlock" => {
...,
"richText": ${translatedFieldFragment("richText")},
"listBlock": ${translatedFieldFragment("listBlock")},
},
_type == "listBlock" => {
"description": ${translatedFieldFragment("description")},
"list": list[] {
"text": ${translatedFieldFragment("text")},
},
}
}
}
Expand Down

0 comments on commit ad189d5

Please sign in to comment.