Enable click on draft quotes, fetch groups from contact modal
This commit is contained in:
parent
b878cad625
commit
f6bc4dfe25
5 changed files with 21 additions and 10 deletions
|
@ -20,6 +20,7 @@ export type SmartContactModalProps = {
|
|||
readonly removeMember: (conversationId: string) => void;
|
||||
readonly showSafetyNumber: (conversationId: string) => void;
|
||||
readonly toggleAdmin: (conversationId: string) => void;
|
||||
readonly updateSharedGroups: () => void;
|
||||
};
|
||||
|
||||
const mapStateToProps = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue