Unified event name with the API

This commit is contained in:
Jori Lallo
2017-08-28 23:50:45 -07:00
parent c9e182376e
commit a1b239003c
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ type Props = {
}
if (confirm(msg)) {
await this.props.document.delete();
await this.props.documents.delete();
this.props.history.push(this.props.document.collection.url);
}
};