Call the right sub to update the Fork status.
This commit is contained in:
parent
11c9a80814
commit
4b97ce9a55
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ sub delete {
|
||||||
$tree->focus($id);
|
$tree->focus($id);
|
||||||
my $ret = $self->$setState($state);
|
my $ret = $self->$setState($state);
|
||||||
$tree->success($id);
|
$tree->success($id);
|
||||||
$process->update(sub { $tree->json });
|
$update_progress->();
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue