mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 15:10:14 +00:00
feat:update deploy state in SaveFlowModal component
This commit is contained in:
@@ -27,7 +27,7 @@ export const SaveFlowModal: React.FC<Props> = ({
|
||||
const [form] = Form.useForm<IFlowUpdateParam>();
|
||||
const [messageApi, contextHolder] = message.useMessage();
|
||||
|
||||
const [deploy, setDeploy] = useState(true);
|
||||
const [deploy, setDeploy] = useState(false);
|
||||
const [id, setId] = useState(router.query.id || '');
|
||||
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user