From 6fb07b9749374608b4f4f545aa4e3fb911f4007a Mon Sep 17 00:00:00 2001 From: rizky Date: Thu, 25 Jul 2024 19:29:04 -0700 Subject: [PATCH] fix --- comps/custom/Popover.tsx | 3 ++- preset/menu/Layout.tsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comps/custom/Popover.tsx b/comps/custom/Popover.tsx index dc0d586..83cd09f 100755 --- a/comps/custom/Popover.tsx +++ b/comps/custom/Popover.tsx @@ -192,8 +192,9 @@ export function Popover({ const popover = usePopover({ modal, ...restOptions }); let _content = content; + console.log(!content) if (!content) _content =
; - +console.log(typeof restOptions.open) return ( = (props) => { }); }} > - {JSON.stringify(local.loading)} {props.default_layout} );