diff --git a/src/annotation.js b/src/annotation.js index c6540203a..b9e880d54 100644 --- a/src/annotation.js +++ b/src/annotation.js @@ -53,7 +53,6 @@ export default { Object.keys(annotationOptions).forEach(key => { const value = annotationOptions[key]; if (isObject(value)) { - value.id = key; annotations.push(value); } });