### What problem does this PR solve? feat: Delete Answer and Relevant from RestrictedUpstreamMap of Switch #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -232,5 +232,5 @@ export const getOtherFieldValues = (
|
||||
);
|
||||
|
||||
export const generateSwitchHandleText = (idx: number) => {
|
||||
return `Item ${idx + 1}`;
|
||||
return `Case ${idx + 1}`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user