0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Updated mailgun settings view mode in admin-x

refs https://github.com/TryGhost/Team/issues/3151

- updates view mode for when mailgun is setup in settings
This commit is contained in:
Rishabh 2023-05-23 11:58:30 +05:30
parent a3e39ce61e
commit 2f6aec3551

View file

@ -29,19 +29,9 @@ const MailGun: React.FC = () => {
const data = isMailgunSetup ? [
{
heading: 'Mailgun region',
key: 'mailgun-region',
value: mailgunRegion
},
{
heading: 'Mailgun domain',
key: 'mailgun-domain',
value: mailgunDomain
},
{
heading: 'Mailgun private API key',
key: 'commenting',
value: mailgunApiKey
heading: 'Status',
key: 'status',
value: 'Mailgun is set up ✅'
}
] : [
{