Skip to content

Commit

Permalink
WEBUI-1554: Restoring a version should clear the unversioned changes …
Browse files Browse the repository at this point in the history
…'+' indication
  • Loading branch information
yashgupta-hyland authored and rahuljain-dev committed Feb 11, 2025
1 parent 54b8b95 commit 72822e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Polymer({
_restore() {
if (this.document) {
this.$.opRestoreVersion.input = this.document.uid;
this.$.opRestoreVersion.params = { checkout: true };
this.$.opRestoreVersion.params = { checkout: false };
this.$.opRestoreVersion.execute().then(() => {
this.navigateTo(
'document',
Expand Down

0 comments on commit 72822e7

Please sign in to comment.