mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-17 22:41:55 +01:00
fix err
This commit is contained in:
parent
54768df87a
commit
7a276e21cd
@ -423,7 +423,7 @@ export async function submitFeedback(
|
||||
): Promise<void> {
|
||||
const bugReportEndpointUrl = SdkConfig.get().bug_report_endpoint_url;
|
||||
if (!bugReportEndpointUrl || bugReportEndpointUrl === "local") {
|
||||
throw Error("Bug report URL is not set or local");
|
||||
throw new Error("Bug report URL is not set or local");
|
||||
}
|
||||
let version: string | undefined;
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user