chore(style): backticks to single quotes (#49777)

pull/49784/head
thinkasany 7 months ago committed by GitHub
parent 680e7e9bb9
commit ca32dd5661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ const MyPage = () => {
const showNotification = () => {
notification.info({
message: `Notification topLeft`,
message: 'Notification topLeft',
description: 'Hello, Ant Design!!',
placement: 'topLeft',
});

@ -11,7 +11,7 @@ const MyPage = () => {
const showNotification = () => {
notification.info({
message: `Notification`,
message: 'Notification',
description: 'Hello, Ant Design!!',
});
};

Loading…
Cancel
Save