Skip to content

Commit eae5fbb

Browse files
committed
FIX: try using new component style
1 parent e59d12b commit eae5fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</div>
1212
{{/if}}
1313

14-
{{input
14+
<Input
1515
id="file-upload"
16-
type="file"
16+
@type="file"
1717
accept="application/json"
18-
input=(action "setFile")}}
18+
{{on "input" (action "setFile" value="target.value")}} />
1919
{{d-button
2020
id="upload-button"
2121
label="admin.wizard.manager.upload"

0 commit comments

Comments
 (0)