refactor: cleaning and polishing

This commit is contained in:
2026-04-24 14:26:24 +03:00
parent 4b05fbafc2
commit 87444b5718
8 changed files with 69 additions and 62 deletions

View File

@@ -135,7 +135,8 @@ render_forms = function(
form <- shiny::textAreaInput(
inputId = form_id,
label = label,
rows = 1
rows = 1,
resize = "none"
)
}