@@ -117,7 +117,7 @@ function A5add({ editInfo, topType, closeFu, editTableFu, addTableFu }: Props) {
id: editInfo.id > 0 ? editInfo.id : null,
datePublish,
thumb: coverUrl1.filePath,
- rtf: topType === "Exhibition" ? "" : JSON.stringify(rtf.val || ""),
+ rtf: topType === "Exhibition" ? null : JSON.stringify(rtf.val || ""),
dirCode,
fileName,
filePath,