Format with prettier. Use screen mode for invitation import - dialog mode is broken.
This commit is contained in:
@@ -719,7 +719,7 @@ export function InvitationScreen(): React.ReactElement {
|
||||
{importingId && appService && (
|
||||
<InvitationImportFlow
|
||||
invitationId={importingId}
|
||||
mode="dialog"
|
||||
mode="screen"
|
||||
appService={appService}
|
||||
onClose={handleImportFlowClose}
|
||||
showError={showError}
|
||||
|
||||
Reference in New Issue
Block a user