Skip to content

Commit cae954f

Browse files
authored
[ReviewEntries] Eliminate unhandled edit error (#3595)
1 parent 2fad544 commit cae954f

File tree

1 file changed

+1
-1
lines changed
  • src/goals/ReviewEntries/ReviewEntriesTable/Cells/EditCell

1 file changed

+1
-1
lines changed

src/goals/ReviewEntries/ReviewEntriesTable/Cells/EditCell/EditDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default function EditDialog(props: EditDialogProps): ReactElement {
285285
});
286286
if (typeof cleanedWord === "string") {
287287
toast.error(t(cleanedWord));
288-
return Promise.reject(t(cleanedWord));
288+
return;
289289
}
290290

291291
// Update in backend

0 commit comments

Comments
 (0)