From 99a82e3d75e835e06848cf270df5f5827c83ccc8 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Sun, 2 Jul 2023 00:45:37 -0400 Subject: [PATCH] fix(striker-ui): default to warning messages in GateForm --- striker-ui/components/GateForm.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 };