Skip to content

Commit e59512c

Browse files
committed
Fix documents delete error context for frontend deploy
1 parent e7cf3ef commit e59512c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/app/views/DocumentsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export function DocumentsView() {
188188
}
189189
} catch (err) {
190190
const mapped = toUserFacingError(err, {
191-
context: "documents_delete",
191+
context: "generic",
192192
fallback: "We could not delete this document right now. Please try again.",
193193
})
194194
logHiddenError("documents.delete", err, {

0 commit comments

Comments
 (0)