This commit is contained in:
Rainer Simon 2021-03-12 15:13:03 +01:00
parent 37ca2106a9
commit 7e7f9fdd82
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ const Editor = props => {
}; };
const onCancel = () => const onCancel = () =>
props.onCancel(currentAnnotation); props.onCancel(props.annotation);
const onOk = _ => { const onOk = _ => {
// Removes the state payload from all bodies // Removes the state payload from all bodies