mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added not implemented messages
This commit is contained in:
parent
14937817a4
commit
b8436056c8
@ -287,10 +287,12 @@ export class PostCard extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onClickSave = async () => {
|
onClickSave = async () => {
|
||||||
|
antd.message.warn("Not implemented yet")
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
onClickEdit = async () => {
|
onClickEdit = async () => {
|
||||||
|
antd.message.warn("Not implemented yet")
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user