fix(editor): Fix the issue with RMC Values to Send collection disappears (#11710)

This commit is contained in:
Shireen Missi
2024-11-14 16:21:59 +00:00
committed by GitHub
parent 7381c28af0
commit 7bb9002cbc

View File

@@ -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) =>