mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +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 = () => {
|
const showNotification = () => {
|
||||||
notification.info({
|
notification.info({
|
||||||
message: `Notification topLeft`,
|
message: 'Notification topLeft',
|
||||||
description: 'Hello, Ant Design!!',
|
description: 'Hello, Ant Design!!',
|
||||||
placement: 'topLeft',
|
placement: 'topLeft',
|
||||||
});
|
});
|
||||||
|
@ -11,7 +11,7 @@ const MyPage = () => {
|
|||||||
|
|
||||||
const showNotification = () => {
|
const showNotification = () => {
|
||||||
notification.info({
|
notification.info({
|
||||||
message: `Notification`,
|
message: 'Notification',
|
||||||
description: 'Hello, Ant Design!!',
|
description: 'Hello, Ant Design!!',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user