fix: remove first umijs in prod html

This commit is contained in:
jialin
2024-07-23 13:38:02 +08:00
parent 9c9b35ff9b
commit 50104cf276
8 changed files with 9 additions and 45 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const Models: React.FC = () => {
const { setChunkRequest } = useSetChunkRequest();
const { setChunkRequest: setModelInstanceChunkRequest } =
useSetChunkRequest();
const [total, setTotal] = useState(100);
const [total, setTotal] = useState(0);
const [modelInstances, setModelInstances] = useState<any[]>([]);
const [loading, setLoading] = useState(false);
const [dataSource, setDataSource] = useState<ListItem[]>([]);