mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
feat: feature/1.5-Data Integration
This commit is contained in:
@@ -435,7 +435,7 @@ const LocalModelList: React.FC = () => {
|
||||
ref={pageListRef}
|
||||
rowKey="id"
|
||||
tableClass="local-model-list"
|
||||
customEmptyRender={customEmptyRender}
|
||||
customEmptyRender={!ollamaAddress ? customEmptyRender : undefined}
|
||||
request={requestList}
|
||||
onSearchWordChange={(e) => {
|
||||
setSearchWord(e.target.value)
|
||||
|
||||
Reference in New Issue
Block a user