🔧 Added __str__ key to the series AsyncSelectPaginate populator

This commit is contained in:
2022-01-06 05:17:09 -08:00
parent ea6b2013f5
commit 0bfe580389
3 changed files with 1 additions and 7 deletions

View File

@@ -15,10 +15,6 @@ export const EditMetadataPanel = (props): ReactElement => {
};
const dispatch = useDispatch();
const [seriesValue, onSeriesValueChange] = useState(null);
const [creatorValue, onCreatorValueChange] = useState(null);
const [isAddingInProgress, setIsAddingInProgress] = useState(false);
return (
<>
<Form