Skip to content

Commit

Permalink
chore: add missing key to attribute path
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Jun 13, 2024
1 parent 8b4c416 commit bdd4e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ export default class Dialog extends Component<DialogProps, DialogState> {
: [assets.data];
assetObjects = assetsArray.map((asset: any) => {
stringifyJsonFields(asset, [
'custom_fields',
'tags',
'colors.dominant_colors',
'attributes.custom_fields',
'attributes.tags',
'attributes.colors.dominant_colors',
]);
// TODO: add more explicit types for `asset`
return {
Expand Down

0 comments on commit bdd4e2b

Please sign in to comment.