(admin) console.log()忘记删了 (

This commit is contained in:
suyiiyii 2024-10-12 13:41:28 +08:00
parent 271e3e7a72
commit b1b8d37171
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -22,7 +22,6 @@ function CookieEditModal({ visible, setVisible, cookie }: CookieEditModalProps)
// 获取 Cookie Target
const { data: cookieTargets } = useGetCookieTargetsQuery({ cookieId: cookie.id });
console.log(cookieTargets);
// 添加 Cookie Target
const [showAddCookieTargetModal, setShowAddCookieTargetModal] = useState(false);
const handleAddCookieTarget = () => () => {