mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix the issue with RMC Values to Send collection disappears (#11710)
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user