diff --git a/striker-ui/components/GateForm.tsx b/striker-ui/components/GateForm.tsx index b7c81841..70f8c507 100644 --- a/striker-ui/components/GateForm.tsx +++ b/striker-ui/components/GateForm.tsx @@ -135,7 +135,13 @@ const GateForm = forwardRef( if (isAllowSubmit) { result['gate-cell-message-group'] = { - children: , + children: ( + + ), sm: 2, }; result['gate-cell-submit'] = { children: submitElement, sm: 2 };