feat: generate uuid with human-id #918 (#1111)

### What problem does this PR solve?

feat: generate uuid with human-id #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-11 11:58:49 +08:00
committed by GitHub
parent cf2f6592dd
commit 0b92f02672
4 changed files with 13 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const ChatDrawer = ({ visible, hideModal }: IModalProps<any>) => {
open={visible}
getContainer={false}
width={470}
zIndex={10000}
// zIndex={10000}
>
<FlowChatBox></FlowChatBox>
</Drawer>