fix: ignoring stickers on messages

This commit is contained in:
canove
2020-10-01 14:21:23 -03:00
parent 3de9bf9ca7
commit 7d4e89b8d1
3 changed files with 86 additions and 8 deletions

View File

@@ -42,9 +42,7 @@ const useStyles = makeStyles(theme => ({
}));
const filterOptions = createFilterOptions({
matchFrom: "start",
trim: true,
stringify: option => option.name,
});
const NewTicketModal = ({ modalOpen, onClose }) => {