Skip to content

Commit

Permalink
remove unused values in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Haynes authored and Ethan-Haynes committed Feb 22, 2024
1 parent dc5eaaa commit ebf48bc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions web/src/app/users/UserNotificationRuleListDest.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,11 @@ const meta = {
name: 'Josiah',
dest: {
type: 'single-field',
values: [
{
fieldID: 'phone-number',
value: '+15555555555',
label: '+1 555-555-5555',
},
],
displayInfo: {
text: '+1 555-555-5555',
iconURL: 'test',
iconAltText: 'Voice Call',
},
},
disabled: false,
pending: false,
},
},
],
Expand All @@ -75,18 +65,9 @@ const meta = {
name: 'Bridget',
dest: {
type: 'builtin-twilio-voice',
values: [
{
fieldID: 'phone-number',
value: '+17633511103',
label: '+1 763-351-1103',
},
],
displayInfo: {
text: '+1 763-351-1103',
iconURL: 'builtin://phone-voice',
iconAltText: 'Voice Call',
linkURL: '',
},
},
},
Expand All @@ -99,18 +80,9 @@ const meta = {
name: 'Dewayne',
dest: {
type: 'builtin-twilio-sms',
values: [
{
fieldID: 'phone-number',
value: '+17633462643',
label: '+1 763-346-2643',
},
],
displayInfo: {
text: '+1 763-346-2643',
iconURL: 'builtin://phone-text',
iconAltText: 'Text Message',
linkURL: '',
},
},
},
Expand Down

0 comments on commit ebf48bc

Please sign in to comment.