Chore/React18: Update component prop types (#56898)

This commit is contained in:
kay delaney
2022-10-14 10:24:32 +01:00
committed by GitHub
parent 4eea326ee8
commit e85917f041
85 changed files with 195 additions and 182 deletions
@@ -91,7 +91,7 @@ export const UserProfileEditForm: FC<Props> = ({ user, isSavingUser, updateProfi
export default UserProfileEditForm;
const InputSuffix: FC = () => {
const InputSuffix = () => {
return disableLoginForm ? (
<Tooltip content="Login details locked because they are managed in another system.">
<Icon name="lock" />