Assume everyone is GV2-capable

This commit is contained in:
Evan Hahn
2022-03-04 13:48:44 -06:00
committed by GitHub
parent 0a52318be6
commit effe5aae6f
22 changed files with 16 additions and 405 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import React from 'react';
@@ -22,14 +22,6 @@ const defaultProps = {
onClose: action('onClose'),
};
story.add("Can't add a contact", () => (
<AddGroupMemberErrorDialog
{...defaultProps}
mode={AddGroupMemberErrorDialogMode.CantAddContact}
contact={{ title: 'Foo Bar' }}
/>
));
story.add('Maximum group size', () => (
<AddGroupMemberErrorDialog
{...defaultProps}