You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/12 02:47:45 UTC

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1749: chore: update Service module

juzhiyuan commented on a change in pull request #1749:
URL: https://github.com/apache/apisix-dashboard/pull/1749#discussion_r611296741



##########
File path: web/src/pages/Service/components/Step1.tsx
##########
@@ -45,11 +45,11 @@ const Step1: React.FC<ServiceModule.Step1PassProps> = ({
   return (
     <>
       <Form {...FORM_LAYOUT} form={form}>
-        <Form.Item name="name" label={formatMessage({ id: 'component.global.name' })}>
-          <Input disabled={disabled} />
+        <Form.Item name="name" label={formatMessage({ id: 'component.global.name' })} required>

Review comment:
       good, let me commit.




-- 
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:
users@infra.apache.org