fix(components): [drawer] use dynamic zIndex from useDialog hook(#15641) (#15900)

This commit is contained in:
drylint
2024-02-21 16:39:24 +08:00
committed by GitHub
parent beaac3736c
commit af7752fa88

View File

@@ -128,6 +128,7 @@ const {
rendered,
titleId,
bodyId,
zIndex,
onModalClick,
onOpenAutoFocus,
onCloseAutoFocus,