Skip to content

Commit

Permalink
fix navigation to eda tab
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Feb 28, 2019
1 parent fce7926 commit ba662c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/app-descriptr/logic/logic_screen.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ output$screen <- renderPrint({
})

observeEvent(input$finalok, {
updateNavbarPage(session, 'mainpage', selected = 'tab_home_analyze')
updateNavlistPanel(session, 'navlist_home', 'tab_analyze_home')
updateNavbarPage(session, 'mainpage', selected = 'tab_eda')
# updateNavlistPanel(session, 'navlist_eda', 'tab_eda')
})

final_split <- reactiveValues(train = NULL)
Expand Down

0 comments on commit ba662c6

Please sign in to comment.