diff --git a/src/views/GrampsjsViewReport.js b/src/views/GrampsjsViewReport.js index 35dd96e3..c450f7ba 100644 --- a/src/views/GrampsjsViewReport.js +++ b/src/views/GrampsjsViewReport.js @@ -106,6 +106,8 @@ export class GrampsjsViewReport extends GrampsjsView { super.update(changed) if (changed.has('reportId')) { this.data = {} + this._options = {} + this._updateQueryUrl() this._fetchData() } }