diff --git a/packages/n8n-node/nodes/Probo/actions/user/index.ts b/packages/n8n-node/nodes/Probo/actions/user/index.ts index e5bd1b998..12147831b 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/index.ts @@ -33,6 +33,12 @@ export const description: INodeProperties[] = [ }, }, options: [ + { + name: 'Archive', + value: 'removeUser', + description: 'Archive a user in the organization', + action: 'Archive a user', + }, { name: 'Create', value: 'createUser', @@ -57,12 +63,6 @@ export const description: INodeProperties[] = [ description: 'List all users in the organization', action: 'List users', }, - { - name: 'Archive', - value: 'removeUser', - description: 'Archive a user in the organization', - action: 'Archive a user', - }, { name: 'Update', value: 'updateUser',