feat: implement target audience visibility and registration restrictions
This commit is contained in:
@@ -60,7 +60,8 @@ const AppContent: React.FC = () => {
|
||||
socialProfile: event.guestSocialProfile,
|
||||
maxParticipants: event["total capacity"] || (event.maxParticipants ?? ''),
|
||||
sponsors: event.sponsors ?? [],
|
||||
isEditMode: true
|
||||
isEditMode: true,
|
||||
openToAll: !!event.openToAll
|
||||
});
|
||||
setActiveItem('propose');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user