Skip to content

Commit e2b3a83

Browse files
committed
[upgrade]: change in modal api for antd v6;
1 parent 93d69f2 commit e2b3a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/CustomLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const CustomFooterMenu = ({ collapsed }: ICustomFooterMenuProps) => {
5656
copyText(TRACE);
5757
api.open({
5858
key: TRACE,
59-
message: 'Trace ID copied to clipboard',
59+
title: 'Trace ID copied to clipboard',
6060
description: `ID: ${TRACE}`,
6161
duration: 2,
6262
closeIcon: <div />,

0 commit comments

Comments
 (0)