mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
fix: ignoring stickers on messages
This commit is contained in:
@@ -42,9 +42,7 @@ const useStyles = makeStyles(theme => ({
|
||||
}));
|
||||
|
||||
const filterOptions = createFilterOptions({
|
||||
matchFrom: "start",
|
||||
trim: true,
|
||||
stringify: option => option.name,
|
||||
});
|
||||
|
||||
const NewTicketModal = ({ modalOpen, onClose }) => {
|
||||
|
||||
Reference in New Issue
Block a user