mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Clear selected contacts when creating a custom story
This commit is contained in:
@@ -420,6 +420,7 @@ export function SendStoryModal({
|
||||
getPreferredBadge={getPreferredBadge}
|
||||
i18n={i18n}
|
||||
onCreateList={(name, uuids) => {
|
||||
setSelectedContacts([]);
|
||||
onDistributionListCreated(name, uuids);
|
||||
setPage(Page.SendStory);
|
||||
}}
|
||||
|
||||
@@ -951,11 +951,6 @@ type EditDistributionListModalPropsType = {
|
||||
onBackButtonClick: () => void;
|
||||
} & Pick<PropsType, 'candidateConversations' | 'getPreferredBadge' | 'i18n'>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param param0
|
||||
* @returns
|
||||
*/
|
||||
export function EditDistributionListModal({
|
||||
candidateConversations,
|
||||
getPreferredBadge,
|
||||
|
||||
Reference in New Issue
Block a user