FetchAddableMailinglists

Function: fetchAddableMailinglists()

[object Object]

Defined in: components/Mailinglist/EditMailinglistOverlay/EditMailinglistOverlay.handlers.tsx:18

Fetches the provider's lists that haven't been curated yet, for the "add mailing list" picker.

Parameters

setLoading

(loading) => void

setAddableLists

Dispatch<SetStateAction<MailinglistDto[]>>

Returns

Promise<void>

On this page