From 146266b06f985582a556e78314714468a5553708 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 31 Oct 2024 12:07:21 -0400 Subject: [PATCH] adding new vars here is out of scope. but parsing is good. --- src/Forms/Tags.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Forms/Tags.php b/src/Forms/Tags.php index 41d2321e85..9be369dc68 100644 --- a/src/Forms/Tags.php +++ b/src/Forms/Tags.php @@ -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(); } /**