mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
Merge branch 'feature/1.8-cx' into 'main'
feature/1.8-Improve system observability See merge request apipark/APIPark!358
This commit is contained in:
@@ -35,7 +35,7 @@ const ApiNetWorkDataPreview = ({ configContent = {} }: { configContent?: { [key:
|
||||
|
||||
return (
|
||||
<>
|
||||
{Object.keys(configContent).map((item) => {
|
||||
{Object.keys(configContent).filter((item) => !!configContent[item]).map((item) => {
|
||||
return (
|
||||
<div className="overflow-auto mb-[15px]">
|
||||
<div className="font-semibold text-[16px] mb-[10px]">{item}</div>
|
||||
|
||||
Reference in New Issue
Block a user