Skip to content

Commit aa267c3

Browse files
authored
Fix oppia#19866: Core exploration functionality should be able to create new category which is not in the dropdown menu. (oppia#20042)
Updates
1 parent 6c8fd61 commit aa267c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/templates/pages/exploration-editor-page/exploration-editor-page.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ export class ExplorationEditorPageComponent implements OnInit, OnDestroy {
331331
) {
332332
if (this.threadDataBackendApiService.getOpenThreadsCount() > 0) {
333333
this.routerService.navigateToFeedbackTab();
334-
} else {
335-
this.routerService.navigateToMainTab(null);
336334
}
337335
}
338336

0 commit comments

Comments
 (0)