mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
fix(editor): Fix the issue with RMC Values to Send collection disappears (#11710)
This commit is contained in:
parent
7381c28af0
commit
7bb9002cbc
|
|
@ -190,7 +190,7 @@ const matchingColumns = computed<string[]>(() => {
|
|||
});
|
||||
|
||||
const hasAvailableMatchingColumns = computed<boolean>(() => {
|
||||
if (resourceMapperMode.value !== 'add') {
|
||||
if (resourceMapperMode.value !== 'add' && resourceMapperMode.value !== 'upsert') {
|
||||
return (
|
||||
state.paramValue.schema.filter(
|
||||
(field) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user