We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0135fc + c1937aa commit 7cd8738Copy full SHA for 7cd8738
src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
@@ -1934,8 +1934,8 @@ const savePageChanges = async (pageBeingLeftID) => {
1934
throw errorArray;
1935
}
1936
1937
- console.log(contributors)
1938
- let piContributors = []
+ console.log(contributors);
+ let piContributors = [];
1939
// Ensure at least one PI is assigned
1940
for (const contributor of contributors) {
1941
for (const role of contributor.conRole) {
0 commit comments