From 55a25436a86dae9cc20b6b15e4b2a439debc722d Mon Sep 17 00:00:00 2001 From: Michael Sahlu Date: Tue, 16 May 2023 00:58:26 +0300 Subject: [PATCH] add SENDER_NAME in env variable query --- dashboard/src/graphql/queries/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/graphql/queries/index.ts b/dashboard/src/graphql/queries/index.ts index 5202023..f6667e8 100644 --- a/dashboard/src/graphql/queries/index.ts +++ b/dashboard/src/graphql/queries/index.ts @@ -50,6 +50,7 @@ export const EnvVariablesQuery = ` SMTP_PASSWORD SMTP_LOCAL_NAME SENDER_EMAIL + SENDER_NAME ALLOWED_ORIGINS ORGANIZATION_NAME ORGANIZATION_LOGO