Skip to content

Commit

Permalink
#2395 added undefined for submit to sabo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryan1203 authored and sharonyang16 committed May 30, 2024
1 parent 0507917 commit 0f59c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SubmitToSaboModal = ({ open, setOpen, reimbursementRequest }: SubmitToSabo
open={open}
onHide={() => setOpen(false)}
title="Input these fields into the SABO Form"
submitText={isSaboSubmitted ? '' : 'Submit to SABO'}
submitText={isSaboSubmitted ? undefined : 'Submit to SABO'}
showCloseButton={isSaboSubmitted}
hideFormButtons={isSaboSubmitted}
onSubmit={() => handleSubmitToSabo()}
Expand Down

0 comments on commit 0f59c10

Please sign in to comment.