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 812b618 commit 2b61bc3Copy full SHA for 2b61bc3
packages/destination-actions/src/destinations/batch/index.ts
@@ -3,7 +3,7 @@ import type { Settings } from './generated-types'
3
import updateProfile from './updateProfile'
4
5
const destination: DestinationDefinition<Settings> = {
6
- name: 'Batch',
+ name: 'Batch (Actions)',
7
slug: 'actions-batch',
8
mode: 'cloud',
9
0 commit comments