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 17, 2025
1 parent 43b3f37 commit 8b533d9
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 8b533d9

Please sign in to comment.