some ts-error-fixes (#6563)
@FelixMalfait Let me know what do you think. Thanks
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
export const getRecordFieldInputId = (recordId: string, fieldName?: string): string => {
|
||||
return `${recordId}-${fieldName}`;
|
||||
};
|
||||
|
||||
export const getRecordFieldInputId = (
|
||||
recordId: string,
|
||||
fieldName?: string,
|
||||
): string => {
|
||||
return `${recordId}-${fieldName}`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user