Moved isConversationTooBigToRing to the SmartCallManager

This commit is contained in:
Alvaro 2022-12-19 19:10:51 -07:00 committed by GitHub
parent 1e282ee5d0
commit cdb779508b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 21 deletions

View file

@ -116,6 +116,7 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
),
toggleSettings: action('toggle-settings'),
toggleSpeakerView: action('toggle-speaker-view'),
isConversationTooBigToRing: false,
});
export default {