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', key: 'host',
label: 'Jost', label: 'Host',
placeholder: 'Jost', placeholder: 'Host',
type: XcType.SingleLineText, type: XcType.SingleLineText,
required: true required: true
}, },

Loading…
Cancel
Save