mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix NaN weight in performer scrape dialog
This commit is contained in:
@@ -637,7 +637,6 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
|
||||
...formik.values,
|
||||
gender: stringToGender(formik.values.gender),
|
||||
image: formik.values.image ?? performer.image_path,
|
||||
weight: Number(formik.values.weight),
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user