Skip to content

Commit

Permalink
Fixes #37788 - Remove duplicate header in bulk host pkg+errata table
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Sep 17, 2024
1 parent 2caec80 commit c884849
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ const BulkErrataTable = () => {
showCheckboxes
apiUrl={ERRATA_URL}
apiOptions={apiOptions}
headerText={__('Errata')}
header={null}
controller="errata"
customSearchProps={customSearchProps}
creatable={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ const BulkPackagesTable = ({
showCheckboxes
apiUrl={PACKAGES_URL}
apiOptions={apiOptions}
headerText={__('Packages')}
header={null}
controller="packages"
customSearchProps={customSearchProps}
creatable={false}
Expand Down
2 changes: 0 additions & 2 deletions webpack/components/extensions/Hosts/BulkActions/HostReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ const HostReview = ({
showCheckboxes
apiUrl={HOSTS_API_PATH}
apiOptions={apiOptions}
headerText={__('Hosts')}
header={null}
controller="hosts"
creatable={false}
replacementResponse={response}
Expand Down

0 comments on commit c884849

Please sign in to comment.