Skip to content

Commit

Permalink
Merge branch 'develop' into CT-Rporter-AGOL-2024.R01
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck authored Jan 18, 2024
2 parents f6eaa79 + fa1492b commit dec211f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/layer-table/layer-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ export class LayerTable {
</div>
<div slot="content">
<instant-apps-filter-list
autoUpdateUrl={true}
autoUpdateUrl={false}
closeBtn={true}
closeBtnOnClick={async () => this._closeFilter()}
layerExpressions={this._layerExpressions}
Expand Down Expand Up @@ -1889,6 +1889,8 @@ export class LayerTable {
const layerExpressions = this.mapInfo?.filterConfig?.layerExpressions;
this._layerExpressions = layerExpressions ? layerExpressions.filter(
(exp) => exp.id === this._layer.id) : [];
this._filterList.layerExpressions = this._layerExpressions;
this._filterActive = false;
}

/**
Expand Down

0 comments on commit dec211f

Please sign in to comment.