From d94342017243d51b4d7aa5812c913a73bb1be973 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Sun, 20 Nov 2022 21:18:17 +0700 Subject: [PATCH] bugfix --- edit-mode/function/ganttConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mode/function/ganttConfig.js b/edit-mode/function/ganttConfig.js index 2ff5d17..d34a205 100644 --- a/edit-mode/function/ganttConfig.js +++ b/edit-mode/function/ganttConfig.js @@ -318,7 +318,7 @@ var allColumns = [ return `
${html}
` - // } }, + } }, { name: "tools", label: "Tools", align: "center", min_width: 150, resize: true, template: function (text) { if(text.type=="project" || text.type=="milestone"){ return;