This commit is contained in:
James
2022-08-01 08:40:48 -04:00
parent 858b1afa54
commit 9abb74abf7

View File

@@ -335,7 +335,7 @@ const Relationship: React.FC<Props> = (props) => {
return (
<div
id={`field-${path.replace(/\./gi, '__')}`}
id={`field-${(path || name).replace(/\./gi, '__')}`}
className={classes}
style={{
...style,