perf: style of pipeline dialog

This commit is contained in:
Junyan Qin
2025-05-08 21:02:00 +08:00
parent a6ab19187b
commit f544fd13c3
4 changed files with 16 additions and 65 deletions
@@ -1,15 +1,5 @@
// import {
// Form,
// Button,
// Switch,
// Select,
// Input,
// InputNumber,
// SelectProps,
// } from 'antd';
import { CaretLeftOutlined, CaretRightOutlined } from '@ant-design/icons';
import { useEffect, useState } from 'react';
import styles from './pipelineFormStyle.module.css';
import { httpClient } from '@/app/infra/http/HttpClient';
import { LLMModel, Pipeline } from '@/app/infra/entities/api';
import { UUID } from 'uuidjs';