fix: changed assign to field as typeable input (#8637)

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
This commit is contained in:
Joe 2023-05-04 17:09:43 +05:30 committed by GitHub
parent 45250f6f3e
commit ca6afed27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ export const ChildrenEventTypeSelect = ({
}}
name={props.name}
placeholder={t("select")}
isSearchable={false}
options={options}
value={value}
isMulti