|
|
|
|
@ -36,6 +36,13 @@ export class OrgSwitcherComponent {
@@ -36,6 +36,13 @@ export class OrgSwitcherComponent {
|
|
|
|
|
@Output() |
|
|
|
|
openChange = new EventEmitter<boolean>(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Visibility of the New Organization button |
|
|
|
|
* (Temporary; will be removed when ability to create organizations is added to SM.) |
|
|
|
|
*/ |
|
|
|
|
@Input() |
|
|
|
|
hideNewButton = false; |
|
|
|
|
|
|
|
|
|
constructor(private route: ActivatedRoute, private organizationService: OrganizationService) {} |
|
|
|
|
|
|
|
|
|
protected toggle(event?: MouseEvent) { |
|
|
|
|
|