mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-08 05:09:44 +08:00
[dev]remove mockapiswitch
This commit is contained in:
parent
4c4bfe7e56
commit
b2df4ebfc8
@ -458,9 +458,9 @@ export default function KnowledgeBase() {
|
||||
|
||||
return (
|
||||
<div className='knowledge-base container my-4'>
|
||||
<div className='api-mode-control mb-3'>
|
||||
{/* <div className='api-mode-control mb-3'>
|
||||
<ApiModeSwitch />
|
||||
</div>
|
||||
</div> */}
|
||||
<div className='d-flex justify-content-between align-items-center mb-3'>
|
||||
<SearchBar
|
||||
searchKeyword={searchKeyword}
|
||||
|
@ -276,7 +276,6 @@ export default function PendingRequests() {
|
||||
<div className='request-content'>
|
||||
<div className='d-flex justify-content-between align-items-start mb-2'>
|
||||
<p className='mb-0'>申请访问:{request.knowledge_base.name}</p>
|
||||
{renderStatusBadge(request.status)}
|
||||
</div>
|
||||
|
||||
{request.permissions.can_edit ? (
|
||||
|
Loading…
Reference in New Issue
Block a user