Skip to content

Commit

Permalink
FWF-4012:[Feature] - Minor version increment in import modal dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot committed Dec 6, 2024
1 parent c5c77fc commit 3aedcbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const ImportModal: React.FC<ImportModalProps> = React.memo(
},
{
value: "minor",
label: `import as version ${fileItems?.form?.majorVersion}.${fileItems?.form?.minorVersion} (impacts previous and new submissions)`,
label: `import as version ${fileItems?.form?.majorVersion}.${fileItems?.form?.minorVersion + 1 } (impacts previous and new submissions)`,
},
];

Expand Down

0 comments on commit 3aedcbb

Please sign in to comment.