src: Run codemods and lint

Run `npx @patternfly/pf-codemods@latest src --v6 --fix` and lint autofix to get the bulk of the changes in.
This commit is contained in:
regexowl 2025-05-19 13:52:20 +02:00 committed by Lucas Garfield
parent 3617c0260d
commit 1fc1f0cb8d
79 changed files with 833 additions and 1066 deletions

View file

@ -76,9 +76,8 @@ const ReviewWizardFooter = () => {
onClick={onToggleClick}
isExpanded={isOpen}
isDisabled={!isValid}
splitButtonOptions={{
variant: 'action',
items: composeId
splitButtonItems={
composeId
? [
<EditSaveButton
key="wizard-edit-save-btn"
@ -95,8 +94,8 @@ const ReviewWizardFooter = () => {
setIsOpen={setIsOpen}
isDisabled={!isValid}
/>,
],
}}
]
}
/>
)}
shouldFocusToggleOnSelect