diff --git a/src/components/Dashboard/common/ObjectChildTable.jsx b/src/components/Dashboard/common/ObjectChildTable.jsx index 46cef44d..ceafe2d7 100644 --- a/src/components/Dashboard/common/ObjectChildTable.jsx +++ b/src/components/Dashboard/common/ObjectChildTable.jsx @@ -17,7 +17,8 @@ const DEFAULT_COLUMN_WIDTHS = { state: 200, id: 180, bool: 120, - tags: 200 + tags: 200, + treeSelect: 200 } const getDefaultWidth = (type) => {