Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef552 committed Oct 27, 2024
1 parent b45f9e7 commit eabc45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/UploadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const UploadButton: React.FC<OpenedDocs> = (props) => {
const one = 1;
openedSystems.systemOptions.forEach((option) => {
if (option.label === systemName) {
systemName += '(' + String(one) + ')';
systemName += '__' + String(one);
}
});
const processes: AutomatonOptionType[] = systemOption.processes;
Expand Down

0 comments on commit eabc45f

Please sign in to comment.