Skip to content

Commit 364c9ae

Browse files
authored
fix active call ctrl showcase (#419)
1 parent 52a658d commit 364c9ae

File tree

2 files changed

+2
-0
lines changed
  • docs/src/app/pages/Components

2 files changed

+2
-0
lines changed

docs/src/app/pages/Components/ActiveCallPanel/Demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ props.fallBackName = 'Unknown';
2727
props.flipNumbers = [];
2828
props.recordStatus = 'recordStatus-idle';
2929
props.onShowKeyPad = () => null;
30+
props.calls = [{}, {}];
3031
/**
3132
* A example of `ActiveCallPanel`
3233
*/

docs/src/app/pages/Components/CallCtrlPanel/Demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ props.areaCode = 'test string';
2525
props.countryCode = 'test string';
2626
props.selectedMatcherIndex = 0;
2727
props.onSelectMatcherName = () => null;
28+
props.calls = [{}, {}];
2829

2930
/**
3031
* A example of `CallCtrlPanel`

0 commit comments

Comments
 (0)