mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-17 23:33:00 +08:00
✨ (admin) console.log()忘记删了 (
This commit is contained in:
parent
271e3e7a72
commit
b1b8d37171
@ -22,7 +22,6 @@ function CookieEditModal({ visible, setVisible, cookie }: CookieEditModalProps)
|
|||||||
// 获取 Cookie Target
|
// 获取 Cookie Target
|
||||||
const { data: cookieTargets } = useGetCookieTargetsQuery({ cookieId: cookie.id });
|
const { data: cookieTargets } = useGetCookieTargetsQuery({ cookieId: cookie.id });
|
||||||
|
|
||||||
console.log(cookieTargets);
|
|
||||||
// 添加 Cookie Target
|
// 添加 Cookie Target
|
||||||
const [showAddCookieTargetModal, setShowAddCookieTargetModal] = useState(false);
|
const [showAddCookieTargetModal, setShowAddCookieTargetModal] = useState(false);
|
||||||
const handleAddCookieTarget = () => () => {
|
const handleAddCookieTarget = () => () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user