2
0

fix(collaboration): env var typo

This commit is contained in:
Baptiste Arnaud
2022-08-11 08:21:20 +02:00
parent f9ab0e8a76
commit 823793aab4
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ export const CollaborationList = () => {
Everyone at {workspace.name} Everyone at {workspace.name}
</Text> </Text>
</HStack> </HStack>
<Tag> <Tag flexShrink={0}>
{convertCollaborationTypeEnumToReadable( {convertCollaborationTypeEnumToReadable(
CollaborationType.FULL_ACCESS CollaborationType.FULL_ACCESS
)} )}

View File

@ -20,7 +20,7 @@ export const sendEmailNotification = ({
}) })
return transporter.sendMail({ return transporter.sendMail({
from: env('SMTP_FORM'), from: env('SMTP_FROM'),
to, to,
subject, subject,
html: content, html: content,