Skip to content

Commit

Permalink
remove helper text from Paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 30, 2024
1 parent b85597b commit 4b79fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Fields/Classes/Paragraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public function appendFilamentComponentsOptions($component, $zeusField, bool $ha
{
parent::appendFilamentComponentsOptions($component, $zeusField, $hasVisibility);

return $component->content(new HtmlString($zeusField->description));
return $component
->helperText('')
->content(new HtmlString($zeusField->description));
}
}

0 comments on commit 4b79fc7

Please sign in to comment.