Skip to content

Commit

Permalink
Fix: Changed inputID to inputId in cookies_banner_server(), also Proj…
Browse files Browse the repository at this point in the history
…ectId auto added to .Rproj - not sure if wanted (#77)
  • Loading branch information
JT-39 authored Dec 30, 2024
1 parent eac2118 commit 82b9566
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion R/cookies.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ cookies_banner_server <- function(
# updateTabsetPanel to have a cookie page for instance
shiny::updateTabsetPanel(
session = parent_session,
inputID = cookies_nav_id,
inputId = cookies_nav_id,
selected = cookies_link_panel
)
})
Expand Down
45 changes: 23 additions & 22 deletions dfeshiny.Rproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
Version: 1.0
ProjectId: 542ddaed-ab53-4f0c-8930-7994a4453a0d

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 82b9566

Please sign in to comment.