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