fix: gguf input box is hidden when deploying from model files

This commit is contained in:
jialin
2026-05-19 12:16:02 +08:00
committed by jialin
parent bcea46fa8f
commit 0b3884b1a5
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ const Benchmark: React.FC = () => {
loading={dataSource.loading}
loadend={dataSource.loadend}
dataSource={[]}
image={<IconFont type="icon-credential-outline" />}
image={<IconFont type="icon-speed" />}
filters={_.omit(queryParams, ['sort_by'])}
noFoundText={intl.formatMessage({
id: 'noresult.benchmark.nofound'