Skip to content

Commit

Permalink
backport of commit 566a150
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Aug 24, 2022
1 parent 2ac1c8e commit 4f11317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/controllers/allocations/allocation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class IndexController extends Controller.extend(Sortable) {

@task(function* () {
try {
yield this.model.restart('');
yield this.model.restart();
} catch (err) {
this.set('error', {
title: 'Could Not Restart Allocation',
Expand Down

0 comments on commit 4f11317

Please sign in to comment.