mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Add telemetry to resource moving (#9720)
This commit is contained in:
@@ -36,7 +36,7 @@ const WORKFLOW_LIST_ITEM_ACTIONS = {
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
data: IWorkflowDb;
|
||||
readOnly: boolean;
|
||||
readOnly?: boolean;
|
||||
}>(),
|
||||
{
|
||||
data: () => ({
|
||||
|
||||
Reference in New Issue
Block a user