+ Add objectID default value of the history component.
This commit is contained in:
@@ -260,7 +260,7 @@ $historyDom = div
|
||||
(
|
||||
set::id('history'),
|
||||
setClass('hidden border-l'),
|
||||
history()
|
||||
history(set::objectID($doc->id))
|
||||
);
|
||||
|
||||
panel
|
||||
|
||||
Reference in New Issue
Block a user