fix: images did not get cleared after clicking stop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user