mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(editor): Improve linting for component and prop names (no-changelog) (#8169)
This commit is contained in:
committed by
GitHub
parent
639afcd7a5
commit
68cff4c59e
@@ -59,7 +59,7 @@ type JsonPathData = {
|
||||
};
|
||||
|
||||
export default defineComponent({
|
||||
name: 'run-data-json-actions',
|
||||
name: 'RunDataJsonActions',
|
||||
mixins: [genericHelpers, pinData, copyPaste],
|
||||
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user