@@ -896,11 +902,7 @@ export const SwitchModelModal = ({
value={model}
disabled={hostManaged}
/>
- {attemptedSubmit && validationErrors.model && (
-
- {validationErrors.model}
-
- )}
+ {modelMessageNode}
)}
>
@@ -936,12 +938,15 @@ export const SwitchModelModal = ({