fix(striker-ui): make port on fence device optional in create install manifest

This commit is contained in:
Tsu-ba-me 2024-04-29 12:29:34 -04:00
parent 7bb94ec9b8
commit b2ee8a0ebc

View File

@ -202,7 +202,6 @@ const AnHostInputGroup = <M extends MapToInputTestID>({
}, },
)} )}
onFirstRender={buildInputFirstRenderFunction(inputId)} onFirstRender={buildInputFirstRenderFunction(inputId)}
required
/> />
), ),
}; };