mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
+ added new tools
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user