mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-02 22:37:58 +00:00
17 lines
403 B
Handlebars
17 lines
403 B
Handlebars
![]() |
<input
|
||
|
type="file"
|
||
|
accept=".json"
|
||
|
style="display:none"
|
||
|
id="{{uploadInputId}}">
|
||
|
|
||
|
<label for="{{concat elementId '-button'}}" class="nacho-uploader__label">
|
||
|
Have existing metadata from a similar dataset that you want to apply here?
|
||
|
</label>
|
||
|
|
||
|
<button
|
||
|
{{action "didSelectUpload"}}
|
||
|
id="{{concat elementId '-button'}}"
|
||
|
class="nacho-button nacho-button--large-inverse">
|
||
|
Choose File
|
||
|
</button>
|