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
|
|
@ -241,7 +241,7 @@ const ImagesTableToolbar: React.FC<imagesTableToolbarProps> = ({
|
|||
</ToolbarItem>
|
||||
</>
|
||||
)}
|
||||
<ToolbarItem variant="pagination" align={{ default: 'alignRight' }}>
|
||||
<ToolbarItem variant="pagination" align={{ default: 'alignEnd' }}>
|
||||
{pagination}
|
||||
</ToolbarItem>
|
||||
</ToolbarContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue