♻️ refactor(deps): Update

This commit is contained in:
web@ppanel
2024-12-13 23:42:23 +07:00
parent 37d408f6bd
commit 19837a1032
23 changed files with 2746 additions and 2333 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export default function Page() {
}, 66);
}, [ticket?.follow?.length]);
const ref = useRef<ProListActions>();
const ref = useRef<ProListActions>(null);
const [create, setCreate] = useState<Partial<API.CreateUserTicketRequest & { open: boolean }>>();
return (