Commit 80a6b4e
fix(adminapi): drop invalid hx-include="none" from assign buttons
htmx treats hx-include's value as a CSS selector; "none" isn't a selector
and htmx logs a warning on every matching element. The assign buttons
sit outside any <form>, so htmx wouldn't pull in extra fields anyway —
the attribute was a defensive no-op that turned into console noise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 335d818 commit 80a6b4e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments