Skip to content

Commit b2e8476

Browse files
Removed StudioBanner as no such requirement was mentioned
1 parent d9bded2 commit b2e8476

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

contentcuration/contentcuration/frontend/administration/pages/Users/EmailUsersDialog.vue

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
@submit.prevent="submit"
1616
>
1717
<VCardText class="pb-4 pt-3">
18-
<StudioBanner
19-
v-if="showInvalidText && Boolean(errorCount())"
20-
error
21-
class="studio-banner"
22-
>
23-
{{ errorText() }}
24-
</StudioBanner>
25-
2618
<div class="align-top layout-row mb-2">
2719
<div class="flex-shrink pa-2">From:</div>
2820
<div class="flex-grow">
@@ -145,7 +137,6 @@
145137
import { mapActions, mapGetters } from 'vuex';
146138
import ExpandableList from 'shared/views/ExpandableList';
147139
import { generateFormMixin } from 'shared/mixins';
148-
import StudioBanner from 'shared/views/StudioBanner';
149140
import StudioChip from 'shared/views/StudioChip';
150141
151142
const formMixin = generateFormMixin({
@@ -157,7 +148,6 @@
157148
name: 'EmailUsersDialog',
158149
components: {
159150
ExpandableList,
160-
StudioBanner,
161151
StudioChip,
162152
},
163153
mixins: [formMixin],
@@ -341,10 +331,6 @@
341331

342332
<style lang="scss" scoped>
343333
344-
::v-deep .v-chip__close {
345-
padding-top: 4px;
346-
}
347-
348334
::v-deep textarea {
349335
height: 120px;
350336
min-height: 120px;
@@ -390,9 +376,4 @@
390376
padding: 8px;
391377
}
392378
393-
.studio-banner {
394-
margin-top: 8px;
395-
margin-bottom: 8px;
396-
}
397-
398379
</style>

0 commit comments

Comments
 (0)