Skip to content

Commit

Permalink
web: remove core/Fieldset component
Browse files Browse the repository at this point in the history
Replacing it with a Page.Section component by now. Perphap PatternFly
introduces the fielsdet in a future, see patternfly/patternfly#4893 (comment)
  • Loading branch information
dgdavid committed Jan 31, 2025
1 parent b1b6e5c commit 470c857
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 111 deletions.
55 changes: 0 additions & 55 deletions web/src/components/core/Fieldset.jsx

This file was deleted.

54 changes: 0 additions & 54 deletions web/src/components/core/Fieldset.test.jsx

This file was deleted.

3 changes: 1 addition & 2 deletions web/src/components/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) [2022-2024] SUSE LLC
* Copyright (c) [2022-2025] SUSE LLC
*
* All Rights Reserved.
*
Expand All @@ -23,7 +23,6 @@
export { default as ChangeProductOption } from "./ChangeProductOption";
export { default as FormLabel } from "./FormLabel";
export { default as FormValidationError } from "./FormValidationError";
export { default as Fieldset } from "./Fieldset";
export { default as EmailInput } from "./EmailInput";
export { default as InstallationFinished } from "./InstallationFinished";
export { default as InstallationProgress } from "./InstallationProgress";
Expand Down

0 comments on commit 470c857

Please sign in to comment.