Skip to content

Commit

Permalink
fix: Use this.uri for edit restart (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv777 authored Jan 11, 2025
1 parent b5d1e36 commit 1a7583e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class EditComponent implements OnInit, OnDestroy {
}

public restart() {
this.systemService.restart()
this.systemService.restart(this.uri)
.pipe(this.loadingService.lockUIUntilComplete())
.subscribe({
next: () => {
Expand Down

0 comments on commit 1a7583e

Please sign in to comment.