mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -05:00
@@ -279,7 +279,7 @@
|
||||
var typeSplit;
|
||||
if (column.indexOf("::") != -1) {
|
||||
typeSplit = "::";
|
||||
} else if (column.indexOf("__" != -1)) {
|
||||
} else if (column.indexOf("__") != -1) {
|
||||
typeSplit = "__";
|
||||
} else {
|
||||
return column;
|
||||
|
||||
Reference in New Issue
Block a user