mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore(style): backticks to single quotes (#49777)
This commit is contained in:
parent
680e7e9bb9
commit
ca32dd5661
@ -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…
Reference in New Issue
Block a user