TF-1311: [Presentation] Implement hide mailbox in presentation
This commit is contained in:
@@ -101,6 +101,8 @@ class PresentationMailbox with EquatableMixin {
|
||||
(namespace?.value.indexOf('[') ?? 0) + 1,
|
||||
namespace?.value.indexOf(']'));
|
||||
|
||||
bool get isShowDisableMailbox => isTeamMailboxes || hasRole() || !hasParentId();
|
||||
|
||||
@override
|
||||
List<Object?> get props => [
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user