瀏覽代碼

fixed disabled item on topic edit

davitbejanyan 2 年之前
父節點
當前提交
4aab1ceccc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx

+ 1 - 1
kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx

@@ -81,7 +81,7 @@ const TopicForm: React.FC<Props> = ({
   return (
     <StyledForm onSubmit={onSubmit} aria-label="topic form">
       <fieldset disabled={isSubmitting}>
-        <fieldset disabled={isEditing}>
+        <fieldset>
           <S.Column>
             <S.NameField>
               <InputLabel htmlFor="topicFormName">Topic Name *</InputLabel>