Skip to content

Commit

Permalink
fix(editor): Remove excess isReadOnly prop (no-changelog) (#4786)
Browse files Browse the repository at this point in the history
🔥 Remove excess `isReadOnly` prop
  • Loading branch information
ivov authored Dec 1, 2022
1 parent 7cb5dc2 commit e1b3b4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-ui/src/components/ExpressionEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default mixins(
'path',
'value',
'eventSource',
'isReadOnly',
],
components: {
ExpressionModalInput,
Expand Down

0 comments on commit e1b3b4d

Please sign in to comment.