mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
fix: 商用证书上传保存失败的bug
This commit is contained in:
@@ -204,7 +204,7 @@ export function useCertUpload() {
|
|||||||
notifications,
|
notifications,
|
||||||
};
|
};
|
||||||
|
|
||||||
const id = await api.Save({
|
const { id } = await api.Save({
|
||||||
title: pipeline.title,
|
title: pipeline.title,
|
||||||
content: JSON.stringify(pipeline),
|
content: JSON.stringify(pipeline),
|
||||||
keepHistoryCount: 30,
|
keepHistoryCount: 30,
|
||||||
|
|||||||
Reference in New Issue
Block a user