wizard: add support of TextArea for ssh_key field

this commit add support of TextArea for ssh_key field
This commit is contained in:
Michal Gold 2025-01-12 10:43:47 +02:00 committed by Lucas Garfield
parent 7d34d30b08
commit 771a582916
8 changed files with 60 additions and 41 deletions

View file

@ -33,7 +33,7 @@ import {
selectPartitions,
} from '../../../../store/wizardSlice';
import { useFilesystemValidation } from '../../utilities/useValidation';
import { HookValidatedInput } from '../../ValidatedTextInput';
import { HookValidatedInput } from '../../ValidatedInput';
export const FileSystemContext = React.createContext<boolean>(true);