Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thordurhhh committed Sep 18, 2024
1 parent 7ccd707 commit b36d25e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ export const EditBasics = () => {
required={false}
onChange={(option) => actions.setMinistry(option?.value)}
backgroundColor="white"
hasError={
draft.ministry.showError &&
!!draft.ministry.error &&
!!draft.ministry.value
}
errorMessage={draft.ministry.error && t(draft.ministry.error)}
/>
)
)}
Expand Down

0 comments on commit b36d25e

Please sign in to comment.