Wizard: Add bytes to min_size partitioning <HMS-4981>
This commit is contained in:
parent
7b365dcb4d
commit
7c99415822
4 changed files with 25 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ const DetailsStep = () => {
|
|||
ariaLabel="blueprint name"
|
||||
dataTestId="blueprint"
|
||||
value={blueprintName}
|
||||
isDisabled={false}
|
||||
onChange={handleNameChange}
|
||||
placeholder="Add blueprint name"
|
||||
stepValidation={stepValidation}
|
||||
|
|
@ -92,6 +93,7 @@ const DetailsStep = () => {
|
|||
ariaLabel="blueprint description"
|
||||
dataTestId="blueprint description"
|
||||
value={blueprintDescription || ''}
|
||||
isDisabled={false}
|
||||
onChange={handleDescriptionChange}
|
||||
placeholder="Add description"
|
||||
stepValidation={stepValidation}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue