Skip to content

Commit 75a34aa

Browse files
committed
Fix #150
1 parent 5c5d5df commit 75a34aa

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Shiny 1.7.0. Thanks @wch.
55
## Minor change
66
- Internal change regarding the `{waiter}` package but no user impact. Thanks @JohnCoene.
77

8+
## Bug fix
9+
- Fix #150: Warning when using controlbarMenu.
10+
811
# shinydashboardPlus 2.0.2
912

1013
- Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52).

R/dashboardControlbar.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ controlbarMenu <- function(..., id = NULL, selected = NULL) {
223223
...,
224224
id = id,
225225
selected = selected,
226-
type = "tabs",
227-
position = NULL
226+
type = "tabs"
228227
)
229228

230229
# remove parent div causing CSS margin issues

docs/news/index.html

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)