Browse Source

fix: SES typo

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/962/head
Wing-Kam Wong 3 years ago
parent
commit
c6fc1e99fb
  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