updated changelog and ui/dist
This commit is contained in:
@@ -1555,7 +1555,7 @@ export default class CommonHelper {
|
||||
const nonEmptyCols = indexParts.columns.filter((col) => !!col?.name);
|
||||
|
||||
if (nonEmptyCols.length > 1) {
|
||||
result += "\n";
|
||||
result += "\n ";
|
||||
}
|
||||
|
||||
result += nonEmptyCols.map((col) => {
|
||||
|
||||
Reference in New Issue
Block a user