Skip to content

Commit

Permalink
ui: remove unnecessary empty string arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Aug 24, 2022
1 parent f1f950b commit 0274b4f
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 @@ -99,7 +99,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 0274b4f

Please sign in to comment.