Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 22, 2024
1 parent e4fb7ba commit fe530e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const ROS2RosbagPage = React.memo(() => {
messageList.push(
"Invalid filename: " + newFileInfo?.original_filename + ". Filename can only contain alphanumeric characters and underscore!"
);
isValid = false;newFileInfo?.original_filename
isValid = false;
}
});
if (!isValid && messageList.length > 0) {
Expand Down

0 comments on commit fe530e2

Please sign in to comment.