mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fix casing in properties
This commit is contained in:
parent
dd81a3c04f
commit
019bfe36b1
|
@ -41,7 +41,7 @@ export const myAccountFields = [
|
||||||
description: 'Return the identity of the logged-in user',
|
description: 'Return the identity of the logged-in user',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Blocked users',
|
name: 'Blocked Users',
|
||||||
value: 'blockedUsers',
|
value: 'blockedUsers',
|
||||||
description: 'Return the blocked users of the logged-in user',
|
description: 'Return the blocked users of the logged-in user',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue