Skip to content

Commit

Permalink
fix(add app): allow clearing optional select field (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored Nov 15, 2022
1 parent 3f8c2bc commit 24bd6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/UserAppUpload/UserAppUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ const UserAppUpload = ({ user }) => {
className={styles.field}
validate={maxDhisVersionValidator}
options={dhisVersionOptions}
clearable
/>
</section>

Expand Down

0 comments on commit 24bd6bc

Please sign in to comment.