first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { getValidRhfFieldName } from "@calcom/lib/getValidRhfFieldName";
|
||||
|
||||
export const getFieldIdentifier = (name: string) => {
|
||||
return getValidRhfFieldName(name);
|
||||
};
|
||||
Reference in New Issue
Block a user