Skip to content

Commit

Permalink
update dfamodules version
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Nov 10, 2023
1 parent 54748a9 commit 053d8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ app_server <- function( input, output, session ) {
# SELECT STORAGE PROJECT ###################################################

selected_project_id <- reactiveVal(NULL)
select_project_btn <- reactiveVal(NULL)


observe({

if (input$tabs == "tab_administrator") {
Expand All @@ -207,9 +206,7 @@ app_server <- function( input, output, session ) {
access_token = access_token,
base_url = schematic_api_url)

selected_project_id(mod_select_storage_project_out()$selected_project_id)
select_project_btn(mod_select_storage_project_out()$btn_click)

selected_project_id(mod_select_storage_project_out())
}
})

Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"RemoteUsername": "Sage-Bionetworks",
"RemoteRepo": "dfamodules",
"RemoteRef": "dev-mt",
"RemoteSha": "9b2970726da9c05bd2387a344e3711b11530c3e3",
"RemoteSha": "cf08d3168705b162d8a54e737b5bcde33c167ef7",
"Requirements": [
"DT",
"dplyr",
Expand All @@ -440,7 +440,7 @@
"shinyjs",
"waiter"
],
"Hash": "687267390464e19c546ab3371c383fff"
"Hash": "a90f33208ecb5b9ff91d62d2899283a8"
},
"diffobj": {
"Package": "diffobj",
Expand Down

0 comments on commit 053d8b1

Please sign in to comment.