Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Feb 24, 2024
1 parent 00bd137 commit 0dd7e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/src/components/Projects/ImportPopUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export default function ImportPopUp(props) {
// Nicolas : TODO translations
setSnackText(updatedFile.error);
setOpenSnackBar(true);
break;
}
logger.debug('ImportPopUp.js', 'Valid Json juxta file.');
files.push({ id: updatedFile.bookCode, content: JSON.stringify(updatedFile) });
Expand Down

0 comments on commit 0dd7e17

Please sign in to comment.