@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import {Form} from "antd";
|
||||
import React from "react";
|
||||
import ConfigFormComponents from "../config-form-components/config-form-components.component";
|
||||
|
||||
export default function ShopCsiConfigForm({selectedCsi}) {
|
||||
@@ -10,7 +10,7 @@ export default function ShopCsiConfigForm({selectedCsi}) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
The Config Form {readOnly}
|
||||
{readOnly}
|
||||
{selectedCsi && (
|
||||
<Form form={form} onFinish={handleFinish}>
|
||||
<ConfigFormComponents
|
||||
|
||||
Reference in New Issue
Block a user