Skip to content

Commit

Permalink
fix: disable hx-boost on new design
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 4, 2024
1 parent 31b5c2f commit 211068f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/components/designs/design-new-modal.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func NewDesignModal() htmx.Node {
htmx.ID("new-design-form"),
htmx.Action(utils.CreateDesignUrlFormat),
htmx.Method("get"),
htmx.HxBoost(true),
// htmx.HxDisabledElt("find button, find input"),
// htmx.HxOn("htmx:after-settle", "event.target.closest('dialog').close(), event.target.reset()"),
forms.FormControl(
Expand Down
1 change: 0 additions & 1 deletion internal/components/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func Page(props PageProps, children ...htmx.Node) htmx.Node {
}, props.Head...),
},
htmx.Body(
// htmx.HxBoost(true),
htmx.Group(children...),
),
)
Expand Down

0 comments on commit 211068f

Please sign in to comment.