Skip to content

Commit cb52302

Browse files
committed
addressing PR comments
1 parent ce1b772 commit cb52302

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • contentcuration/contentcuration/frontend/settings/pages/Account

contentcuration/contentcuration/frontend/settings/pages/Account/index.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,11 @@
140140

141141
<KModal
142142
v-if="showExportDataNotice"
143-
:appendToOverlay="true"
144143
:submitText="$tr('exportDataBtn')"
145144
:title="$tr('exportStartedHeader')"
146145
@submit="showExportDataNotice = false"
147146
>
148-
<template> {{ $tr('exportAccountDataModalMessage') }} </template>
147+
{{ $tr('exportAccountDataModalMessage') }}
149148
</KModal>
150149
</div>
151150

@@ -209,9 +208,6 @@
209208
channelLink(id) {
210209
return window.Urls.channel(id);
211210
},
212-
closeExportDataNotice() {
213-
this.showExportDataNotice = false;
214-
},
215211
},
216212
$trs: {
217213
basicInfoHeader: 'Basic Information',

0 commit comments

Comments
 (0)