Skip to content

Commit

Permalink
Clear commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gondragos committed Sep 20, 2024
1 parent cb51782 commit f5f2f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/libs/editor/src/stores/Comment/Anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
})
Expand Down

0 comments on commit f5f2f9e

Please sign in to comment.