Remove support for defaultValue translations #690
Annotations
3 errors
src/registry/textarea/edit.tsx#L112
Property 'defaultValue' is missing in type '{ label: string; description: string; tooltip: string; placeholder: string; }' but required in type '{ label: string; description: string; tooltip: string; placeholder: string; defaultValue: string; }'.
|
src/registry/textfield/edit.tsx#L144
Property 'defaultValue' is missing in type '{ label: string; description: string; tooltip: string; placeholder: string; }' but required in type '{ label: string; description: string; tooltip: string; placeholder: string; defaultValue: string; }'.
|
|
This job failed
Loading