Removed redundant display variable from user bindings
This commit is contained in:
parent
15818d9d62
commit
5354231e04
|
@ -405,7 +405,6 @@ export const getUserBindings = () => {
|
|||
providerId: "user",
|
||||
category: "Current User",
|
||||
icon: "User",
|
||||
display: fieldSchema.fieldName,
|
||||
})
|
||||
})
|
||||
return bindings
|
||||
|
|
Loading…
Reference in New Issue