Skip to content

Commit 51d51ca

Browse files
Merge branch 'lb/addcampaignId' of https://github.com/openops-cloud/openops into lb/addcampaignId
2 parents e8120ce + fee1733 commit 51d51ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/openops-tables/template-tables/create-opportunities-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export async function createOpportunitiesTable(
144144
});
145145

146146
await addField(tokenOrResolver, table.id, {
147-
name: 'Campaign ID',
147+
name: 'Campaign Id',
148148
type: 'text',
149149
});
150150

0 commit comments

Comments
 (0)