TF-1311: [Presentation] Implement hide mailbox in presentation
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
enum MailboxSubscribeState {
|
||||
enabled,
|
||||
disabled;
|
||||
|
||||
String get keyValue {
|
||||
switch(this) {
|
||||
case MailboxSubscribeState.enabled:
|
||||
return 'enabled';
|
||||
case MailboxSubscribeState.disabled:
|
||||
return 'disabled';
|
||||
}
|
||||
}
|
||||
disabled
|
||||
}
|
||||
Reference in New Issue
Block a user