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:
parent
a3e39ce61e
commit
2f6aec3551
1 changed files with 3 additions and 13 deletions
|
@ -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 ✅'
|
||||
}
|
||||
] : [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue