* Fix errors of the api view page.

This commit is contained in:
tianshujie
2023-11-15 08:54:20 +08:00
parent 01e0163fa3
commit e7545047ac
2 changed files with 21 additions and 17 deletions
+4 -1
View File
@@ -288,7 +288,10 @@ div
(
set::id('history'),
setClass('hidden'),
history()
history
(
set::objectID($api->id)
)
)
)
);