mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 00:09:47 +01:00
Fix endless loop in Select component
This commit is contained in:
@@ -91,7 +91,7 @@ const InnerSelect: FC<FieldProps<BaseProps, HTMLSelectElement, string>> = ({
|
||||
}
|
||||
}
|
||||
}
|
||||
}, [field, value, name, props.onChange, props.innerRef]);
|
||||
}, [field, value, name]);
|
||||
|
||||
const loadingClass = loading ? "is-loading" : "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user