mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -50,6 +50,7 @@ declare module 'jsplumb' {
|
|||||||
interface OnConnectionBindInfo {
|
interface OnConnectionBindInfo {
|
||||||
originalSourceEndpoint: Endpoint;
|
originalSourceEndpoint: Endpoint;
|
||||||
originalTargetEndpoint: Endpoint;
|
originalTargetEndpoint: Endpoint;
|
||||||
|
getParameters(): { index: number };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -502,7 +502,7 @@ export const store = new Vuex.Store({
|
|||||||
state.lastSelectedNode = nodeName;
|
state.lastSelectedNode = nodeName;
|
||||||
},
|
},
|
||||||
|
|
||||||
setLastSelectedNodeOutputIndex(state, outputIndex: number | null) {
|
setLastSelectedNodeOutputIndex (state, outputIndex: number | null) {
|
||||||
state.lastSelectedNodeOutputIndex = outputIndex;
|
state.lastSelectedNodeOutputIndex = outputIndex;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user