fix: 商用证书上传保存失败的bug

This commit is contained in:
xiaojunnuo
2025-11-19 15:13:08 +08:00
parent 42e1f0478d
commit 075b1dc0eb

View File

@@ -204,7 +204,7 @@ export function useCertUpload() {
notifications,
};
const id = await api.Save({
const { id } = await api.Save({
title: pipeline.title,
content: JSON.stringify(pipeline),
keepHistoryCount: 30,