bzp2010 commented on a change in pull request #172: feature: improve project 
structure and fix some problem
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/172#discussion_r407039502
 
 

 ##########
 File path: src/pages/SSLModule/detail/index.tsx
 ##########
 @@ -63,41 +82,43 @@ const Detail: React.FC = () => {
             label="SNI"
             name="sni"
             rules={[
-              { required: true, message: formatMessage({ id: 
'component.ssl.fieldSNIInvalid' }) },
+              {required: true, message: formatMessage({id: 
'component.ssl.fieldSNIInvalid'})},
             ]}
           >
-            <Input />
+            <Input/>
 
 Review comment:
   Oh, Ctrl+Alt+L habitual, it automatically formats the code. 🤣

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to