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:
parent
3617c0260d
commit
1fc1f0cb8d
79 changed files with 833 additions and 1066 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue