We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1b772 commit cb52302Copy full SHA for cb52302
1 file changed
contentcuration/contentcuration/frontend/settings/pages/Account/index.vue
@@ -140,12 +140,11 @@
140
141
<KModal
142
v-if="showExportDataNotice"
143
- :appendToOverlay="true"
144
:submitText="$tr('exportDataBtn')"
145
:title="$tr('exportStartedHeader')"
146
@submit="showExportDataNotice = false"
147
>
148
- <template> {{ $tr('exportAccountDataModalMessage') }} </template>
+ {{ $tr('exportAccountDataModalMessage') }}
149
</KModal>
150
</div>
151
@@ -209,9 +208,6 @@
209
208
channelLink(id) {
210
return window.Urls.channel(id);
211
},
212
- closeExportDataNotice() {
213
- this.showExportDataNotice = false;
214
- },
215
216
$trs: {
217
basicInfoHeader: 'Basic Information',
0 commit comments