Skip to content

[dashboard] fix unable to reset unsaved change when enabling timeRestore and setting time range#239992

Merged
nreese merged 1 commit intoelastic:mainfrom
nreese:issue_239962
Oct 22, 2025
Merged

[dashboard] fix unable to reset unsaved change when enabling timeRestore and setting time range#239992
nreese merged 1 commit intoelastic:mainfrom
nreese:issue_239962

Conversation

@nreese
Copy link
Contributor

@nreese nreese commented Oct 21, 2025

Closes #239962

The issue was caused because timeRestore$ is used in comparators but was not part of startComparing$ subscription. The unsaved changes badge would remain because startComparing$ from unifiedSearchManager would not emit after timeRestore$ was reset.

Issue resolved by adding timeRestore$ to startComparing$ subscription. Now timeRestore$ emit will cause startComparing$ to emit with freshly calculated values.

@nreese
Copy link
Contributor Author

nreese commented Oct 21, 2025

/ci

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
dashboard 664.0KB 664.0KB +8.0B
@nreese nreese marked this pull request as ready for review October 22, 2025 00:00
@nreese nreese requested a review from a team as a code owner October 22, 2025 00:00
@nreese nreese added release_note:fix Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas t// backport:version Backport to applied version labels v9.2.0 v9.3.0 v9.1.6 v8.19.6 labels Oct 22, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

Copy link
Contributor

@ThomThomson ThomThomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work! Changes LGTM, and it's great to see another aspect of the Dashboard client API getting unit test coverage.


await new Promise((resolve) => setTimeout(resolve, COMPARE_DEBOUNCE + 1));

expect(unsavedChanges).toMatchInlineSnapshot(`Object {}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very smooth test 🔥

@nreese nreese merged commit 6a78829 into elastic:main Oct 22, 2025
29 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1, 9.2

https://github.com/elastic/kibana/actions/runs/18719212661

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.19
9.1
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@nreese
Copy link
Contributor Author

nreese commented Oct 22, 2025

💚 All backports created successfully

Status Branch Result
9.2
9.1
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

nreese added a commit to nreese/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
nreese added a commit to nreese/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
nreese added a commit to nreese/kibana that referenced this pull request Oct 22, 2025
…ore and setting time range (elastic#239992)

Closes elastic#239962

The issue was caused because `timeRestore$` is used in comparators but
was not part of `startComparing$` subscription. The unsaved changes
badge would remain because `startComparing$` from unifiedSearchManager
would not emit after `timeRestore$` was reset.

Issue resolved by adding `timeRestore$` to `startComparing$`
subscription. Now `timeRestore$` emit will cause `startComparing$` to
emit with freshly calculated values.

(cherry picked from commit 6a78829)
nreese added a commit that referenced this pull request Oct 23, 2025
…meRestore and setting time range (#239992) (#240142)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[dashboard] fix unable to reset unsaved change when enabling
timeRestore and setting time range
(#239992)](#239992)

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Nathan
Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2025-10-22T14:15:37Z","message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time
range","number":239992,"url":"https://github.com/elastic/kibana/pull/239992","mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240112","number":240112,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/239992","number":239992,"mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.2`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240111","number":240111,"state":"OPEN"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240110","number":240110,"state":"OPEN"}]}]
BACKPORT-->
nreese added a commit that referenced this pull request Oct 23, 2025
…meRestore and setting time range (#239992) (#240143)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[dashboard] fix unable to reset unsaved change when enabling
timeRestore and setting time range
(#239992)](#239992)

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Nathan
Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2025-10-22T14:15:37Z","message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time
range","number":239992,"url":"https://github.com/elastic/kibana/pull/239992","mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240112","number":240112,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/239992","number":239992,"mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `9.1`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240111","number":240111,"state":"OPEN"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240110","number":240110,"state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
nreese added a commit that referenced this pull request Oct 23, 2025
…imeRestore and setting time range (#239992) (#240144)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[dashboard] fix unable to reset unsaved change when enabling
timeRestore and setting time range
(#239992)](#239992)

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Nathan
Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2025-10-22T14:15:37Z","message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time
range","number":239992,"url":"https://github.com/elastic/kibana/pull/239992","mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240112","number":240112,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/239992","number":239992,"mergeCommit":{"message":"[dashboard]
fix unable to reset unsaved change when enabling timeRestore and setting
time range (#239992)\n\nCloses
https://github.com/elastic/kibana/issues/239962\n\nThe issue was caused
because `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT is used in comparators but\nwas not part of
`startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT subscription. The unsaved changes\nbadge would remain
because `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT from unifiedSearchManager\nwould not emit after
`timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT was reset.\n\nIssue resolved by adding `timeRestore#
Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  to `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT \nsubscription. Now `timeRestore# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT  emit will cause `startComparing# Backport

This will backport the following commits from `main` to `8.19`:
{{{{raw}}}} - [[dashboard] fix unable to reset unsaved change when
enabling timeRestore and setting time range
(#239992)](https://github.com/elastic/kibana/pull/239992){{{{/raw}}}}

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT to\nemit with freshly calculated
values.","sha":"6a78829c23466aca4451ca2d12558a56a76def2f"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240111","number":240111,"state":"OPEN"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/240110","number":240110,"state":"OPEN"}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:fix Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas t// v8.19.7 v9.1.7 v9.2.1 v9.3.0

5 participants