mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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>(() => {
|
const hasAvailableMatchingColumns = computed<boolean>(() => {
|
||||||
if (resourceMapperMode.value !== 'add') {
|
if (resourceMapperMode.value !== 'add' && resourceMapperMode.value !== 'upsert') {
|
||||||
return (
|
return (
|
||||||
state.paramValue.schema.filter(
|
state.paramValue.schema.filter(
|
||||||
(field) =>
|
(field) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user