feat(editor): Add PH tracking to event (#7511)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Mutasem Aldmour 2023-10-25 12:18:19 +02:00 committed by GitHub
parent 93cfabbeac
commit c47d27dd6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3008,6 +3008,9 @@ export default defineComponent({
{
workflow_id: workflow.id,
},
{
withPostHog: true,
},
);
}
}