mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -08:00
take over change from Jeffcom
This commit is contained in:
parent
5198fdad55
commit
1cc1926931
|
@ -8,7 +8,7 @@ export class SeaTable extends VersionedNodeType {
|
|||
constructor() {
|
||||
const baseDescription: INodeTypeBaseDescription = {
|
||||
displayName: 'SeaTable',
|
||||
name: 'seatable',
|
||||
name: 'seaTable',
|
||||
icon: 'file:seatable.svg',
|
||||
group: ['output'],
|
||||
subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
|
||||
|
|
Loading…
Reference in a new issue