LayerDetail sort fix

This commit is contained in:
Michał Zieliński
2023-08-22 21:29:10 +02:00
parent d019189ec1
commit 093867e88d
3 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ export const environment = {
},
views: {
layers: {
recordColumns: "code|value"
recordColumns: "code|value1"
}
}
};