Browse Source

Merge pull request #962 from wingkwong/master

fix: SES typo
pull/965/head
วคฯຟ 3 years ago committed by GitHub
parent
commit
68eb743d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/nocodb/src/lib/noco/plugins/ses.ts

4
packages/nocodb/src/lib/noco/plugins/ses.ts

@ -12,8 +12,8 @@ const input: XcForm = {
},
{
key: 'host',
label: 'Jost',
placeholder: 'Jost',
label: 'Host',
placeholder: 'Host',
type: XcType.SingleLineText,
required: true
},

Loading…
Cancel
Save