added not implemented messages

This commit is contained in:
srgooglo 2022-06-02 20:48:08 +02:00
parent 14937817a4
commit b8436056c8

View File

@ -287,10 +287,12 @@ export class PostCard extends React.Component {
}
onClickSave = async () => {
antd.message.warn("Not implemented yet")
// TODO
}
onClickEdit = async () => {
antd.message.warn("Not implemented yet")
// TODO
}