0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00

FIX: try using new component style

Dieser Commit ist enthalten in:
Angus McLeod 2022-08-15 14:26:36 +02:00
Ursprung e59d12be95
Commit eae5fbbbb8

Datei anzeigen

@ -11,11 +11,11 @@
</div>
{{/if}}
{{input
<Input
id="file-upload"
type="file"
@type="file"
accept="application/json"
input=(action "setFile")}}
{{on "input" (action "setFile" value="target.value")}} />
{{d-button
id="upload-button"
label="admin.wizard.manager.upload"