Skip to content

Commit

Permalink
ces fixes last merge douvle pickerInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithador committed Oct 29, 2024
1 parent 0f048d7 commit 0d2a28f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/view/ces/ces_rp_biodiversity.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ ces_rp_biodiversity_server <- function(id) {
width = "400px"
),

pickerInput(

pickerInput(
ns("species_selector"),
Expand All @@ -98,8 +97,7 @@ ces_rp_biodiversity_server <- function(id) {
`dropdownAlignRight` = FALSE
)
),

)
)

# Generate the slider input using tagList
recreation_occurence_slider_html <- tagList(
Expand Down Expand Up @@ -319,6 +317,4 @@ ces_rp_biodiversity_server <- function(id) {


})

})
}

0 comments on commit 0d2a28f

Please sign in to comment.