Sort n8n user operation options
Reorder the user operation list so the n8n lint rule requiring\nalphabetized option labels passes after introducing the Archive\noperation. Signed-off-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
committed by
Bryan Frimin
parent
23070b18b5
commit
a71a7bb56f
@@ -33,6 +33,12 @@ export const description: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Archive',
|
||||||
|
value: 'removeUser',
|
||||||
|
description: 'Archive a user in the organization',
|
||||||
|
action: 'Archive a user',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Create',
|
name: 'Create',
|
||||||
value: 'createUser',
|
value: 'createUser',
|
||||||
@@ -57,12 +63,6 @@ export const description: INodeProperties[] = [
|
|||||||
description: 'List all users in the organization',
|
description: 'List all users in the organization',
|
||||||
action: 'List users',
|
action: 'List users',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Archive',
|
|
||||||
value: 'removeUser',
|
|
||||||
description: 'Archive a user in the organization',
|
|
||||||
action: 'Archive a user',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Update',
|
name: 'Update',
|
||||||
value: 'updateUser',
|
value: 'updateUser',
|
||||||
|
|||||||
Reference in New Issue
Block a user