Feat/add other metadata types v2 (#2224)
* Fix view fetch bug * Finished types * Removed console.log * Fixed todo * Reactivate no console * Change no-console to warn
This commit is contained in:
@ -10,6 +10,10 @@ const parseFieldType = (fieldType: string): FieldType => {
|
||||
return 'urlV2';
|
||||
}
|
||||
|
||||
if (fieldType === 'money') {
|
||||
return 'moneyAmountV2';
|
||||
}
|
||||
|
||||
return fieldType as FieldType;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user