Fixed HTMX listeners.
This commit is contained in:
parent
c8db468292
commit
4d7b780087
4 changed files with 32 additions and 22 deletions
|
|
@ -41,6 +41,7 @@ func Auth(r *ui.Request, content Node) Node {
|
|||
),
|
||||
),
|
||||
),
|
||||
HtmxListeners(r),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ func Primary(r *ui.Request, content Node) Node {
|
|||
),
|
||||
),
|
||||
),
|
||||
HtmxListeners(r),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue