Skip to content

Commit

Permalink
fix: lo-handler keeps sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Aug 31, 2022
1 parent 545e1fe commit 6d39d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/object/lo-handler.js
Expand Up @@ -31,7 +31,7 @@ export default function loHandler({ dc: lo, def, properties }) {
};
dimension.qDef.cId = dimension.qDef.cId || uid();

dimension.qDef.qSortCriterias = dimension.qDef.qSortCriterias || [
dimension.qDef.qSortCriterias = lo.qDef.qSortCriterias || [
{
qSortByState: 1,
qSortByLoadOrder: 1,
Expand Down

0 comments on commit 6d39d11

Please sign in to comment.