1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

fix(editor): Remove excess isReadOnly prop (no-changelog) (#4786)

🔥 Remove excess `isReadOnly` prop
This commit is contained in:
Iván Ovejero 2022-12-01 15:20:36 +01:00 committed by GitHub
parent 7cb5dc2aa5
commit e1b3b4d05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@ export default mixins(
'path',
'value',
'eventSource',
'isReadOnly',
],
components: {
ExpressionModalInput,