Skip to content

Commit

Permalink
add status fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-tvu committed Feb 7, 2024
1 parent c0aee79 commit e02143b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/app/storybook/defaultDestTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export const destTypes: DestinationTypeInfo[] = [
isSchedOnCallNotify: false,
iconURL: '',
iconAltText: '',
supportsStatusUpdates: true,
statusUpdatesRequired: false,
requiredFields: [
{
fieldID: 'phone-number',
Expand All @@ -146,6 +148,8 @@ export const destTypes: DestinationTypeInfo[] = [
isSchedOnCallNotify: false,
iconURL: '',
iconAltText: '',
supportsStatusUpdates: false,
statusUpdatesRequired: true,
requiredFields: [
{
fieldID: 'phone-number',
Expand Down

0 comments on commit e02143b

Please sign in to comment.