fix(collaboration): env var typo
This commit is contained in:
@ -178,7 +178,7 @@ export const CollaborationList = () => {
|
||||
Everyone at {workspace.name}
|
||||
</Text>
|
||||
</HStack>
|
||||
<Tag>
|
||||
<Tag flexShrink={0}>
|
||||
{convertCollaborationTypeEnumToReadable(
|
||||
CollaborationType.FULL_ACCESS
|
||||
)}
|
||||
|
@ -20,7 +20,7 @@ export const sendEmailNotification = ({
|
||||
})
|
||||
|
||||
return transporter.sendMail({
|
||||
from: env('SMTP_FORM'),
|
||||
from: env('SMTP_FROM'),
|
||||
to,
|
||||
subject,
|
||||
html: content,
|
||||
|
Reference in New Issue
Block a user