Skip to content

Commit

Permalink
fix: add size description to thumbnail field
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannemarik committed Aug 18, 2023
1 parent 946aa6f commit 2ecea17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/groups/_internal/GroupUiSchemaEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export const uiSchema: IUiSchema = {
helperText: {
labelKey: "{{i18nScope}}.fields._thumbnail.helperText",
},
sizeDescription: {
labelKey: "{{i18nScope}}.fields._thumbnail.sizeDescription",
},
},
},
],
Expand Down

0 comments on commit 2ecea17

Please sign in to comment.