Load and save

This commit is contained in:
Sebastian Seedorf
2022-08-12 21:02:01 +02:00
parent 82888a5450
commit 185f39cb8a
5 changed files with 102 additions and 27 deletions

View File

@@ -24,7 +24,6 @@ const FactorySelectBase: FC<Props> = ({id, factories, onSetFactories}) => {
.filter(isNonNullable))
}, [factories])
console.log("fddsdfd")
return <Select
id={id}
value={state}