mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
code cleanup
This commit is contained in:
@@ -81,8 +81,6 @@ const NewTicketModal = ({ modalOpen, onClose }) => {
|
||||
return () => clearTimeout(delayDebounceFn);
|
||||
}, [searchParam, modalOpen]);
|
||||
|
||||
console.log(options);
|
||||
|
||||
const handleClose = () => {
|
||||
onClose();
|
||||
setSearchParam("");
|
||||
|
||||
Reference in New Issue
Block a user