fix(editor): Add telemetry to resource moving (#9720)

This commit is contained in:
Csaba Tuncsik
2024-06-14 11:49:48 +02:00
committed by GitHub
parent d62ca78a4c
commit e84d2538b6
4 changed files with 18 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const WORKFLOW_LIST_ITEM_ACTIONS = {
const props = withDefaults(
defineProps<{
data: IWorkflowDb;
readOnly: boolean;
readOnly?: boolean;
}>(),
{
data: () => ({