Skip to content

Commit

Permalink
move "Add code" button underneath fields
Browse files Browse the repository at this point in the history
  • Loading branch information
stragu authored Apr 13, 2021
1 parent bfb54a7 commit 195d08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/shiny/qcoder/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ if (interactive()) {
textInput("new_unit", "Unit name"),
uiOutput('add_new_unit'),
tags$h2("Add new code"),
uiOutput("add_new_code"),
textInput("new_code", "Code"),
textInput("new_code_desc", "Description")
textInput("new_code_desc", "Description"),
uiOutput("add_new_code")


) # close add data tab
Expand Down

0 comments on commit 195d08e

Please sign in to comment.