mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Chore/React18: Update component prop types (#56898)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user