chore: rollback entityRef change

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-17 16:25:56 +02:00
parent 4a2f73a302
commit 6e310c67e5
@@ -199,7 +199,7 @@ export const EntityPicker = (props: EntityPickerProps) => {
typeof option === 'string'
? option
: entities?.entityRefToPresentation.get(stringifyEntityRef(option))
?.primaryTitle!
?.entityRef!
}
autoSelect
freeSolo={allowArbitraryValues}