Skip to content

Commit

Permalink
Merge pull request #157 from open-formulieren/issue/4362-remove-defau…
Browse files Browse the repository at this point in the history
…lt-value-translation-support

Remove support for defaultValue translations
  • Loading branch information
sergei-maertens authored Jun 13, 2024
2 parents a14430c + 4f08ad0 commit 5be340e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@formatjs/cli": "^6.1.1",
"@formatjs/ts-transformer": "^3.12.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@open-formulieren/types": "^0.24.0",
"@open-formulieren/types": "^0.25.0",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
Expand Down
1 change: 0 additions & 1 deletion src/registry/textarea/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const EditForm: EditFormDefinition<TextareaComponentSchema> = () => {
label: intl.formatMessage(LABELS.label),
description: intl.formatMessage(LABELS.description),
tooltip: intl.formatMessage(LABELS.tooltip),
defaultValue: intl.formatMessage(LABELS.defaultValue),
placeholder: intl.formatMessage(LABELS.placeholder),
}}
/>
Expand Down
1 change: 0 additions & 1 deletion src/registry/textfield/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ const EditForm: EditFormDefinition<TextFieldComponentSchema> = () => {
label: intl.formatMessage(LABELS.label),
description: intl.formatMessage(LABELS.description),
tooltip: intl.formatMessage(LABELS.tooltip),
defaultValue: intl.formatMessage(LABELS.defaultValue),
placeholder: intl.formatMessage(LABELS.placeholder),
}}
/>
Expand Down

0 comments on commit 5be340e

Please sign in to comment.