Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-12 03:10:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-12 03:10:38 +0300
commite57da6ba898df025f93bf8d3a896c7c2ba2ab830 (patch)
tree0eb1feedb28db1bbf9a695aae76b025a65105404 /app/assets/javascripts/notes
parent23790cda2b4145294d71591515acfe892d4c99a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/notes')
-rw-r--r--app/assets/javascripts/notes/components/attachments_warning.vue2
-rw-r--r--app/assets/javascripts/notes/components/email_participants_warning.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/notes/components/attachments_warning.vue b/app/assets/javascripts/notes/components/attachments_warning.vue
index aaa4b0d92b9..aa19dd58c0f 100644
--- a/app/assets/javascripts/notes/components/attachments_warning.vue
+++ b/app/assets/javascripts/notes/components/attachments_warning.vue
@@ -12,7 +12,7 @@ export default {
</script>
<template>
- <div class="issuable-note-warning" data-testid="attachment-warning">
+ <div class="issuable-note-warning">
{{ message }}
</div>
</template>
diff --git a/app/assets/javascripts/notes/components/email_participants_warning.vue b/app/assets/javascripts/notes/components/email_participants_warning.vue
index 1875d48e7b2..cf9108992be 100644
--- a/app/assets/javascripts/notes/components/email_participants_warning.vue
+++ b/app/assets/javascripts/notes/components/email_participants_warning.vue
@@ -55,7 +55,7 @@ export default {
</script>
<template>
- <div class="issuable-note-warning" data-testid="email-participants-warning">
+ <div class="issuable-note-warning">
<gl-sprintf :message="message">
<template #andMore>
<button type="button" class="gl-button btn-link" @click="showMoreParticipants">