Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Aug 21, 2024
1 parent 1b77c25 commit 85b6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeedbackSurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function FeedbackSurvey({title, description, onSubmit, optionRowStyles, footerTe
onSubmit={handleSubmit}
message={translate('common.error.pleaseCompleteForm')}
buttonText={translate('common.submit')}
enabledWhenOffline
enabledWhenOffline={enabledWhenOffline}
containerStyles={styles.mt3}
isLoading={isLoading}
/>
Expand Down

0 comments on commit 85b6d15

Please sign in to comment.