+ added new tools

This commit is contained in:
Miquel Colomer
2021-02-25 10:35:48 +01:00
parent 85703a8bf7
commit 0a0509a4ae
8 changed files with 173 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
import {
IDataObject,
INodeProperties,
IDataObject,
} from 'n8n-workflow';
import {
@@ -18,7 +18,7 @@ const finalGroups = {
const options = [];
for (const group of (groups as IDataObject).groups as IDataObject[]) {
for(const group of (groups as IDataObject).groups as IDataObject[]){
const item = {
name: group.translated,
value: group.name,