diff --git a/ui/src/utils/CommonHelper.js b/ui/src/utils/CommonHelper.js index 49a73274..9adf36a9 100644 --- a/ui/src/utils/CommonHelper.js +++ b/ui/src/utils/CommonHelper.js @@ -1587,7 +1587,7 @@ export default class CommonHelper { item += col.name; } else { // regular identifier - item += `"${col.name}"`; + item += ("`" + col.name + "`"); } if (col.collate) {