Skip to content

Commit 0b6a53a

Browse files
Add translate="no" to html tag to prevent redash from translating and crashing (#7421)
1 parent 6167edf commit 0b6a53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" translate="no">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
55
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)