diff --git a/public/app/plugins/datasource/postgres/query_ctrl.ts b/public/app/plugins/datasource/postgres/query_ctrl.ts index ecec978ae58..d2b7631dfdc 100644 --- a/public/app/plugins/datasource/postgres/query_ctrl.ts +++ b/public/app/plugins/datasource/postgres/query_ctrl.ts @@ -303,6 +303,7 @@ export class PostgresQueryCtrl extends QueryCtrl { } } this.whereAdd = this.uiSegmentSrv.newPlusButton(); + this.queryModel.updatePersistedParts(); this.panelCtrl.refresh(); }