mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
Fix NaN weight in performer scrape dialog
This commit is contained in:
parent
3072333118
commit
03cd9529bd
1 changed files with 0 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue