mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
feat:update deploy state in SaveFlowModal component
This commit is contained in:
parent
d07cce603a
commit
0392ab6682
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user