Boost splats

This commit is contained in:
Jason Zimdars
2024-08-19 17:33:12 -05:00
parent b5c9f7affd
commit 642e8bcd27
11 changed files with 64 additions and 3 deletions
@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.requestSubmit()
}
}