File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
contentcuration/contentcuration/frontend/administration/pages/Users Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 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" >
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 ({
157148 name: ' EmailUsersDialog' ,
158149 components: {
159150 ExpandableList,
160- StudioBanner,
161151 StudioChip,
162152 },
163153 mixins: [formMixin],
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 ;
390376 padding : 8px ;
391377 }
392378
393- .studio-banner {
394- margin-top : 8px ;
395- margin-bottom : 8px ;
396- }
397-
398379 </style >
You can’t perform that action at this time.
0 commit comments