mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
'path',
|
||||||
'value',
|
'value',
|
||||||
'eventSource',
|
'eventSource',
|
||||||
'isReadOnly',
|
|
||||||
],
|
],
|
||||||
components: {
|
components: {
|
||||||
ExpressionModalInput,
|
ExpressionModalInput,
|
||||||
|
|
Loading…
Reference in a new issue