🔧 Added a bunch of fields to the metadata panel

This commit is contained in:
2022-01-06 22:51:24 -08:00
parent 7bb5669c52
commit a411b696f5
4 changed files with 146 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ import { withAsyncPaginate } from "react-select-async-paginate";
const CreatableAsyncPaginate = withAsyncPaginate(Creatable);
export const AsyncSelectPaginate = (props): ReactElement => {
console.log(props);
// console.log(props);
const [value, setValue] = useState(null);
const [isAddingInProgress, setIsAddingInProgress] = useState(false);