mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add missing IDs to uppy upload components (#14880)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
{{emoji-uploader
|
||||
emojiGroups=emojiGroups
|
||||
done=(action "emojiUploaded")
|
||||
id="emoji-uploader"
|
||||
}}
|
||||
|
||||
<hr>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user