mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): Remove excess isReadOnly
prop (no-changelog) (#4786)
🔥 Remove excess `isReadOnly` prop
This commit is contained in:
parent
7cb5dc2aa5
commit
e1b3b4d05a
|
@ -99,7 +99,6 @@ export default mixins(
|
|||
'path',
|
||||
'value',
|
||||
'eventSource',
|
||||
'isReadOnly',
|
||||
],
|
||||
components: {
|
||||
ExpressionModalInput,
|
||||
|
|
Loading…
Reference in a new issue