fix: images did not get cleared after clicking stop

This commit is contained in:
jialin
2025-07-04 15:42:03 +08:00
parent 28994cb9da
commit 6943571a6d
11 changed files with 172 additions and 25 deletions
@@ -343,7 +343,7 @@ const AddModal: FC<AddModalProps> = (props) => {
}
if (manual) {
form.current?.form?.resetFields(resetFieldsByModel);
form.current?.form?.setFieldsValue(defaultFormValues);
}
// If the item is empty
setIsGGUF(item.isGGUF);