Skip to content

Commit

Permalink
Fixed route for cancelling restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 9, 2023
1 parent 6de20ff commit f19c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/metadata/view/MetadataConfirmRestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function MetadataConfirmRestore () {
<p><Translate value="message.restoring-this-version-will-copy" params={{ date: formatter(metadata.modifiedDate, true) }}>
Restoring this version will copy the Version ( date ) configuration and create a new Version from the selected version settings. You can then edit the configuration before saving the new version.</Translate>
</p>
<Link className="btn btn-light me-2" to={`../../configuration/history`}><Translate value="action.cancel">Cancel</Translate></Link>
<Link className="btn btn-light me-2" to={`../configuration/history`}><Translate value="action.cancel">Cancel</Translate></Link>
<Link className="btn btn-primary" to={`./edit`}><Translate value="action.restore">Restore</Translate></Link>
</div>
</div>
Expand Down

0 comments on commit f19c86a

Please sign in to comment.