Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const OutdialCallComponent: React.FunctionComponent<OutdialCallComponentProps> =
getOutdialANIEntries,
isTelephonyTaskActive,
getAddressBookEntries,
isAddressBookEnabled,
isAddressBookEnabled = true,
} = props;

const TABS = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,9 @@ export interface OutdialCallProps {

/**
* Flag to determine if the address book is enabled.
* Defaults to true if not provided.
*/
isAddressBookEnabled: boolean;
isAddressBookEnabled?: boolean;

/**
* Boolean indicating if there's an active telephony task.
Expand Down
Loading
Loading