You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/pnp/isGoalRow.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ export const isGoalRow = (
27
27
28
28
if(!rawBook){
29
29
result?.addProblem({
30
-
severity: 'Warning',
30
+
severity: 'Error',
31
31
groups: 'No book name given',
32
32
message: `Ignoring row with no book name \`${bookCell.ref}\` even though there are **${versesToTranslate}** verses to translate \`${versesCell.ref}\``,
0 commit comments