Skip to content

Commit e59d12b

Browse files
committed
FIX: use input event instead of change event
1 parent 6a1f8c9 commit e59d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/templates/admin-wizards-manager.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
id="file-upload"
1616
type="file"
1717
accept="application/json"
18-
change=(action "setFile")}}
18+
input=(action "setFile")}}
1919
{{d-button
2020
id="upload-button"
2121
label="admin.wizard.manager.upload"

0 commit comments

Comments
 (0)