Default
Function: default()
[object Object]
Defined in: components/Mailinglist/EditMailinglistOverlay/EditMailinglistOverlay.tsx:31
An overlay for curating a new mailing list, or changing an existing curated mailing list's visibility.
In "add" mode (no curatedList given) it fetches the provider's not-yet-curated lists and
lets the admin pick one plus a visibility. In "edit" mode, the underlying provider list can't
be repointed - only its visibility can be changed, or the curation entry deleted entirely.
Parameters
props
Component properties.
curatedList?
CuratedMailinglistDto = undefined
Optional existing curated list; if present, the component switches to edit/delete mode.
onMailinglistEdited
(list?) => void
Callback triggered when a mailing list is added, updated, or deleted.
Returns
[object Object]