fix: benchmark state

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 3df2d23bf5
commit af6f90c228
9 changed files with 7 additions and 46 deletions
-1
View File
@@ -17,7 +17,6 @@ const DatasetForm: React.FC = () => {
const form = Form.useFormInstance();
const { getRuleMessage } = useAppUtils();
const { action, open } = useFormContext();
const profile = Form.useWatch('profile', form);
const {
datasetList,
loading: datasetLoading,