* [bug #56311, done] fix doc basic setting modal on editing doc.

This commit is contained in:
sunhao
2024-10-18 17:31:37 +08:00
committed by 刘刚
parent 3e71d1a020
commit 8dad932bc0
+1 -1
View File
@@ -881,7 +881,7 @@ const commands =
const doc = docApp.doc;
const docID = args[0] || doc.id;
const docType = args[1] || doc.contentType;
showDocBasicModal(docID, docType).then(formData => {
showDocBasicModal(docID).then(formData => {
savingDocData[docID] = formData;
});
}