Use defaultValue in currency input (#4911)
- Fix default value sent to backend, using single quotes by default - Use default value in field definition and column definition so that field inputs can access it - Used currency default value in CurrencyFieldInput --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -43,5 +43,6 @@ export const formatFieldMetadataItemAsFieldDefinition = ({
|
||||
options: field.options,
|
||||
},
|
||||
iconName: field.icon ?? 'Icon123',
|
||||
defaultValue: field.defaultValue,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user