We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e71af9 commit 013fb3aCopy full SHA for 013fb3a
components/the_magic_drip/the_magic_drip.app.mjs
@@ -10,7 +10,6 @@ export default {
10
description: "Select a campaign",
11
async options() {
12
const { campaigns } = await this.listCampaigns();
13
- console.log(campaigns);
14
return campaigns?.map((campaign) => ({
15
label: campaign.name,
16
value: campaign.workflowId,
0 commit comments