+ Add objectID default value of the history component.

This commit is contained in:
tianshujie
2023-11-14 13:28:50 +08:00
parent fd2c13b3bd
commit a7b38bafca
+1 -1
View File
@@ -260,7 +260,7 @@ $historyDom = div
(
set::id('history'),
setClass('hidden border-l'),
history()
history(set::objectID($doc->id))
);
panel