diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-04 17:24:46 -0500 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-04 17:24:46 -0500 |
| commit | a3688ff7a274e23e7732700118741021a7468a61 (patch) | |
| tree | 5a554c89009d769e07efbedb76df66bf09039f50 /src/server/authentication | |
| parent | 6417123682ca5357377a8dc2a280addbb374e0b1 (diff) | |
fixed rendering workspace menu bug
Diffstat (limited to 'src/server/authentication')
| -rw-r--r-- | src/server/authentication/controllers/WorkspacesMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authentication/controllers/WorkspacesMenu.tsx b/src/server/authentication/controllers/WorkspacesMenu.tsx index 94d168a05..fe93aac2c 100644 --- a/src/server/authentication/controllers/WorkspacesMenu.tsx +++ b/src/server/authentication/controllers/WorkspacesMenu.tsx @@ -21,6 +21,7 @@ export class WorkspacesMenu extends React.Component<WorkspaceMenuProps> { constructor(props: WorkspaceMenuProps) { super(props); WorkspacesMenu.Instance = this; + console.log("ASSIGNED!"); this.loadExistingWorkspace = this.loadExistingWorkspace.bind(this); this.addNewWorkspace = this.addNewWorkspace.bind(this); this.selectedWorkspaceId = this.props.active; |
