diff --git a/www/src/components/Table/formatters/MultiSelect.tsx b/www/src/components/Table/formatters/MultiSelect.tsx index 8ac7c466..efc094e6 100644 --- a/www/src/components/Table/formatters/MultiSelect.tsx +++ b/www/src/components/Table/formatters/MultiSelect.tsx @@ -123,7 +123,7 @@ export default function MultiSelect({ if (dataGridRef?.current?.selectCell) dataGridRef.current.selectCell({ rowIdx, idx: column.idx }); }; - if (typeof value === "string" && value !== "") + if (typeof value === "string" && value !== "" && !isSingle) return ; return (