Skip to content

Commit

Permalink
TS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Feb 9, 2024
1 parent 8844057 commit 9f44931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceInvitePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function WorkspaceInvitePage({
isAlertVisible={shouldShowAlertPrompt}
buttonText={translate('common.next')}
onSubmit={inviteUser}
message={[policy?.alertMessage, {isTranslated: true}]}
message={[policy?.alertMessage ?? '', {isTranslated: true}]}
containerStyles={[styles.flexReset, styles.flexGrow0, styles.flexShrink0, styles.flexBasisAuto, styles.mb5]}
enabledWhenOffline
disablePressOnEnter
Expand Down

0 comments on commit 9f44931

Please sign in to comment.