Skip to content

Commit

Permalink
adding new vars here is out of scope. but parsing is good.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Oct 31, 2024
1 parent cb2621d commit 146266b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Forms/Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ public function set()
{
$this->context['form'] = $this->params->get(static::HANDLE_PARAM);

if ($this->tagRenderer) {
return $this->parse([
'success' => $this->success(),
]);
}

return [];
return $this->parse();
}

/**
Expand Down

0 comments on commit 146266b

Please sign in to comment.