refactor(striker-ui): use BodyText's align in ManageChangedSSHKeysForm

main
Tsu-ba-me 2 years ago
parent d2f2e87593
commit 962cc92d14
  1. 4
      striker-ui/components/StrikerConfig/ManageChangedSSHKeysForm.tsx

@ -80,9 +80,7 @@ const ManageChangedSSHKeysForm: FC = () => {
allowEdit={false} allowEdit={false}
edit edit
listEmpty={ listEmpty={
<BodyText sx={{ textAlign: 'center' }}> <BodyText align="center">No conflicting keys found.</BodyText>
No conflicting keys found.
</BodyText>
} }
listItems={changedSSHKeys} listItems={changedSSHKeys}
onAllCheckboxChange={(event, isChecked) => { onAllCheckboxChange={(event, isChecked) => {

Loading…
Cancel
Save