Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const STEPS: GcpStep[] = [
{ key: 'downloadKey', img: `${IMG}/downloadkey.png` },
]

const MAPPING_KEYS = ['projectId', 'subscription', 'jsonKey'] as const
const MAPPING_KEYS = ['projectId', 'topicId', 'subscription', 'jsonKey'] as const

export function GcpGuide({ integration }: { integration: Integration }) {
const { t } = useTranslation()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export const GOOGLE_FIELDS: CloudConfigField[] = [
labelKey: `${ROOT}.fields.projectId.label`,
placeholder: 'my-gcp-project',
},
{
key: 'topicId',
labelKey: `${ROOT}.fields.topicId.label`,
placeholder: 'utmstack-topic',
},
{
key: 'subscription',
labelKey: `${ROOT}.fields.subscription.label`,
Expand Down
Loading