updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-03-21 15:55:42 +02:00
parent 17472cb40a
commit 1126a0e16f
30 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -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) => {