mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 04:39:20 +00:00
Feat: Added import contacts function on frontend
This commit is contained in:
@@ -211,8 +211,7 @@ const TicketsList = () => {
|
||||
const [loading, setLoading] = useState();
|
||||
const [searchParam, setSearchParam] = useState("");
|
||||
const [tab, setTab] = useState("open");
|
||||
|
||||
const [newTicketModalOpen, setNewTicketModalOpen] = useState(true);
|
||||
const [newTicketModalOpen, setNewTicketModalOpen] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
if (!("Notification" in window)) {
|
||||
|
||||
Reference in New Issue
Block a user