sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user