Errant bubbles => cards replacement

This commit is contained in:
Jason Zimdars
2025-04-22 14:21:14 -05:00
parent 024b54a8a7
commit b46461d7ed
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ export default class extends Controller {
for (const file of files) {
const uploadEvent = new CustomEvent("house-md:before-upload", {
cards: true,
bubbles: true,
detail: { file },
cancelable: true
})