Browse Source

allowClear

visuddhinanda 3 years ago
parent
commit
3db2303ff1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard/src/components/admin/relation/CaseSelect.tsx

+ 0 - 1
dashboard/src/components/admin/relation/CaseSelect.tsx

@@ -33,7 +33,6 @@ const Widget = ({ name = "case", width = "md" }: IWidget) => {
       options={caseOptions}
       width={width}
       name={name}
-      allowClear={false}
       label={intl.formatMessage({ id: "forms.fields.case.label" })}
     />
   );