MCPcopy Index your code
hub / github.com/simstudioai/sim / getContactTopicLabel

Function getContactTopicLabel

apps/sim/lib/api/contracts/contact.ts:73–75  ·  view source on GitHub ↗
(value: ContactRequestPayload['topic'])

Source from the content-addressed store, hash-verified

71})
72
73export function getContactTopicLabel(value: ContactRequestPayload['topic']): string {
74 return CONTACT_TOPIC_OPTIONS.find((option) => option.value === value)?.label ?? value
75}
76
77export type HelpEmailType = 'bug' | 'feedback' | 'feature_request' | 'other'
78

Callers 1

route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected