Skip to content

Commit ddc877c

Browse files
aarontitusBradenM
authored andcommitted
Remove 123-456-7890
1 parent 067d53d commit ddc877c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/phone/CallerIDEditCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<base-input
3737
:value="phoneNumber"
3838
size="medium"
39-
placeholder="+1 (123) 456-7890"
39+
placeholder="+1 (000) 000-0000"
4040
:validator="validatePhoneNumber"
4141
@input="(value) => (phoneNumber = value)"
4242
/>

src/use/phone/useContact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default () => {
7070
if (callDnis.value) {
7171
return callDnis.value.dnisNational;
7272
}
73-
return '(123) 456-7890';
73+
return '(000) 000-0000';
7474
});
7575

7676
const callerHistory = computed(() => {

0 commit comments

Comments
 (0)