Skip to content

Commit

Permalink
Fix visibleElements sortSelect property in QueryBuilderWidgetFactory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Feb 12, 2023
1 parent 9e6be30 commit 225b528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class QueryBuilderWidgetFactory {
fieldInfos: model.visibleElements.defaultMode.fieldInfos,
spatialRelation: model.visibleElements.defaultMode.spatialRelation,
spatialInputActions: model.visibleElements.defaultMode.spatialInputActions,
sortSelect: model.visibleElements.sortSelect
sortSelect: model.visibleElements.defaultMode.sortSelect
};

// listen to view model methods
Expand Down

0 comments on commit 225b528

Please sign in to comment.