fix: typos (#52339)

This commit is contained in:
thinkasany 2025-01-10 10:46:05 +08:00 committed by GitHub
parent 72bed18835
commit b3ff807b29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ const Drawer: React.FC<DrawerProps> & {
}); });
// ============================ Refs ============================ // ============================ Refs ============================
// Select `ant-modal-content` by `panelRef` // Select `ant-drawer-content` by `panelRef`
const panelRef = usePanelRef(); const panelRef = usePanelRef();
// ============================ zIndex ============================ // ============================ zIndex ============================