Skip to content

Commit 86f66de

Browse files
author
Simon Sendler
committed
fix: use correct id for notification area collapse
1 parent d50ad34 commit 86f66de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/taglibs/notification/toggle.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="btn btn-primary"
1010
type="button"
1111
data-bs-toggle="collapse"
12-
data-bs-target="#notificationArea"
12+
data-bs-target="#menu\:notificationArea"
1313
role="button"
1414
aria-expanded="#{HelperForm.getFacesMessageList(null).size() > 0 ? 'true' : 'false'}"
1515
aria-controls="notificationArea">

0 commit comments

Comments
 (0)