Skip to content

Issue #3545385: Fix wrong label for body slot in table component

Related to #3545385

Problem/Motivation

The table.component.yml file incorrectly labels the body slot with the title "Header".
This causes confusion and misrepresents the purpose of the slot.


Proposed resolution

Update the body slot label from "Header" to "Body" in table.component.yml so it is consistent with the intended usage.


Steps to test

  1. Enable the ui_suite_daisyui theme.
  2. Add a table component that uses the body slot.
  3. Confirm that the slot label now appears as "Body" instead of "Header".

Affected file

  • web/themes/contrib/ui_suite_daisyui/components/table/table.component.yml

Merge request reports

Loading