@@ -1,7 +1,8 @@
|
||||
import {CheckCircleFilled} from "@ant-design/icons";
|
||||
import {useQuery} from "@apollo/client";
|
||||
import {Button, Col, List, Row} from "antd";
|
||||
import React, {useState} from "react";
|
||||
import {useQuery} from "@apollo/client";
|
||||
|
||||
import {useTranslation} from "react-i18next";
|
||||
import {GET_ALL_QUESTION_SETS} from "../../graphql/csi.queries";
|
||||
import {DateFormatter} from "../../utils/DateFormatter";
|
||||
@@ -21,7 +22,7 @@ export default function ShopCsiConfig() {
|
||||
if (error) return <AlertComponent message={error.message} type="error"/>;
|
||||
return (
|
||||
<div>
|
||||
The Config Form
|
||||
|
||||
<Row>
|
||||
<Col span={3}>
|
||||
<List
|
||||
@@ -42,7 +43,8 @@ export default function ShopCsiConfig() {
|
||||
)}
|
||||
/>
|
||||
</Col>
|
||||
<Col span={21}>
|
||||
<Col span={1}/>
|
||||
<Col span={20}>
|
||||
<ShopCsiConfigForm selectedCsi={selectedCsi}/>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user