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 adc002d commit 0bf81a5Copy full SHA for 0bf81a5
components/salesloft/salesloft.app.mjs
@@ -66,7 +66,6 @@ export default {
66
page: page + 1,
67
},
68
});
69
- console.log(cadences);
70
return cadences?.map((cadence) => ({
71
label: cadence.name,
72
value: cadence.id,
0 commit comments