Skip to content

Commit

Permalink
[VKG] InstanceExplorer: Fix clearing selected filters
Browse files Browse the repository at this point in the history
  • Loading branch information
gianluca-pepe committed May 16, 2023
1 parent 16315ca commit 7d87b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/incremental/ui/instances-explorer/instance-explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,9 @@ export default class GscapeInstanceExplorer extends ContextualWidgetMixin(BaseMi
this.numberOfInstancesReceived = 0
this.areInstancesLoading = false
this.propertiesFilterList = []
this.propertyFilterSelect?.clear()
this.classTypeFilterList = []
this.classTypeFilterSelect?.clear()
this.referenceEntity = undefined
this.referencePropertyEntity = undefined
this.popperRef = undefined
Expand Down

0 comments on commit 7d87b33

Please sign in to comment.