mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
finish connections work
This commit is contained in:
parent
5ca6383048
commit
baf46f4d89
|
@ -243,7 +243,7 @@ export const connectionFields = [
|
|||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'update',
|
||||
'delete',
|
||||
],
|
||||
resource: [
|
||||
'connection',
|
||||
|
@ -265,7 +265,7 @@ export const connectionFields = [
|
|||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'update',
|
||||
'get',
|
||||
],
|
||||
resource: [
|
||||
'connection',
|
||||
|
|
Loading…
Reference in a new issue