DEV: Add missing IDs to uppy upload components (#14880)

This commit is contained in:
Martin Brennan
2021-11-11 15:38:39 +10:00
committed by GitHub
parent 33df3f162d
commit 729043633e
4 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
{{emoji-uploader
emojiGroups=emojiGroups
done=(action "emojiUploaded")
id="emoji-uploader"
}}
<hr>

View File

@@ -9,7 +9,11 @@
icon="download"
label="admin.watched_words.download"}}
{{watched-word-uploader uploading=uploading actionKey=actionNameKey done=(action "uploadComplete")}}
{{watched-word-uploader
id="watched-word-uploader"
uploading=uploading
actionKey=actionNameKey
done=(action "uploadComplete")}}
{{d-button
class="watched-word-test"