Merge remote-tracking branch 'origin/develop' into release-candidate

pull/22485/head
Diego Sampaio 5 years ago
commit f21e5d818a
  1. 2
      .github/history.json
  2. 1611
      HISTORY.md
  3. 2
      client/views/room/Header/Omnichannel/QuickActions/QuickActions.tsx

@ -62077,4 +62077,4 @@
]
}
}
}
}

File diff suppressed because it is too large Load Diff

@ -69,7 +69,7 @@ const QuickActions: FC<QuickActionsProps> = ({ room, className }) => {
useEffect(() => {
getVisitorEmail();
}, [room, getVisitorEmail]);
}, [visitorRoomId, getVisitorEmail]);
const closeModal = useCallback(() => setModal(null), [setModal]);

Loading…
Cancel
Save