Skip to content

Commit

Permalink
add BEM
Browse files Browse the repository at this point in the history
  • Loading branch information
heather-foley-noaa committed Dec 14, 2023
1 parent 122fdb5 commit b52d7b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/NARWSSserver.R
Original file line number Diff line number Diff line change
Expand Up @@ -1577,16 +1577,17 @@ observeEvent(input$edittable, {
"obspeeps",
"Who even are you?",
choiceNames = list(
"Allison",
"Alison",
"Allison",
"Brigid",
"Christin",
"Heather",
"Leah",
"Pete",
"Tim",
"I don't know"
),
choiceValues = list(3, 880, 4, 940, 873, 2, 1, 0),
choiceValues = list(880, 3, 850, 4, 940, 873, 2, 1, 0),
selected = "I don't know"
)
})
Expand Down

0 comments on commit b52d7b5

Please sign in to comment.