We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85b9aa commit 6e4e8afCopy full SHA for 6e4e8af
1 file changed
src/domain/event/eventForm/EventForm.tsx
@@ -572,7 +572,8 @@ const EventForm: React.FC<EventFormProps> = ({
572
</Section>
573
{(isExternalUser ||
574
(isAdminUser &&
575
- event?.publisher === EXTERNAL_PUBLISHER_ID)) && (
+ getValue(event?.publisher, values.publisher) ===
576
+ EXTERNAL_PUBLISHER_ID)) && (
577
<Section title={t('event.form.sections.contact')}>
578
<ExternalUserContact
579
isEditingAllowed={isEditingAllowed && !isAdminUser}
0 commit comments