fix: Use this.uri for edit restart (#642)

This commit is contained in:
mrv777 2025-01-10 22:45:16 -06:00 committed by GitHub
parent b5d1e366c6
commit 1a7583e080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: () => {