V2Wizrad: fix validation at file system step (HMS-3733)

this commit fix validation when usr choose duplicate mount point
andwhen there is no root partition
This commit is contained in:
Michal Gold 2024-03-17 13:02:33 +02:00 committed by Lucas Garfield
parent 92fbb8babf
commit 698d21df42
5 changed files with 117 additions and 4 deletions

View file

@ -111,6 +111,7 @@ export const mapRequestToState = (request: BlueprintResponse): wizardState => {
fileSystem: {
mode: 'automatic',
partitions: [],
isNextButtonTouched: true,
},
architecture: request.image_requests[0].architecture,