fix(striker-ui): set message group ref in test access form

main
Tsu-ba-me 10 months ago
parent d2c8d03b5c
commit c37df57bd7
  1. 6
      striker-ui/components/ManageHost/TestAccessForm.tsx

@ -122,7 +122,11 @@ const TestAccessForm: FC<TestAccessFormProps> = (props) => {
) : ( ) : (
<> <>
<Grid item width="100%"> <Grid item width="100%">
<MessageGroup count={1} messages={formikErrors} /> <MessageGroup
count={1}
messages={formikErrors}
ref={messageGroupRef}
/>
</Grid> </Grid>
<Grid item width="100%"> <Grid item width="100%">
<ActionGroup <ActionGroup

Loading…
Cancel
Save