diff --git a/web/libs/editor/src/stores/Comment/Anchor.js b/web/libs/editor/src/stores/Comment/Anchor.js index d0c942c5aac6..c41ab6ddd7bf 100644 --- a/web/libs/editor/src/stores/Comment/Anchor.js +++ b/web/libs/editor/src/stores/Comment/Anchor.js @@ -2,7 +2,6 @@ import { getParent, types } from "mobx-state-tree"; export const Anchor = types .model({ - // id: types.optional(types.identifier, guidGenerator), regionId: types.maybe(types.string), controlName: types.maybe(types.string), })