sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 09:12:31 +08:00
parent 2719e480ca
commit 12752ae085

View File

@@ -39,7 +39,7 @@ interface Mentor {
enabled?: boolean enabled?: boolean
} }
export function MentorsPage() { export function MentorsPage({ embedded = false }: { embedded?: boolean }) {
const [mentors, setMentors] = useState<Mentor[]>([]) const [mentors, setMentors] = useState<Mentor[]>([])
const [loading, setLoading] = useState(true) const [loading, setLoading] = useState(true)
const [showModal, setShowModal] = useState(false) const [showModal, setShowModal] = useState(false)