We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cf3ef commit e59512cCopy full SHA for e59512c
1 file changed
frontend/src/components/app/views/DocumentsView.tsx
@@ -188,7 +188,7 @@ export function DocumentsView() {
188
}
189
} catch (err) {
190
const mapped = toUserFacingError(err, {
191
- context: "documents_delete",
+ context: "generic",
192
fallback: "We could not delete this document right now. Please try again.",
193
})
194
logHiddenError("documents.delete", err, {
0 commit comments