wizard: add support of TextArea for ssh_key field
this commit add support of TextArea for ssh_key field
This commit is contained in:
parent
7d34d30b08
commit
771a582916
8 changed files with 60 additions and 41 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue