···9595 }
96969797 handleLoadCustomExperiment(title: string) {
9898- console.log(title)
9999- console.log(this.state.recentWorkspaces)
10098 this.setState({ isNewExperimentModalOpen: false });
10199 // Don't create new workspace if it already exists or title is too short
102100 if (this.state.recentWorkspaces.includes(title)) {