1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-24 10:43:58 +09:00

Merge branch 'develop' of https://github.com/kokonect-link/cherrypick into develop

This commit is contained in:
NoriDev 2024-11-29 11:32:43 +09:00
commit 85457732f5

View File

@ -253,11 +253,14 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkFolder>
<template #icon><i class="ti ti-exclamation-circle"></i></template>
<template #label>{{ i18n.ts.abuseReports }}</template>
<template v-if="emailToReceiveAbuseReportForm.modified.value" #footer>
<MkFormFooter :form="emailToReceiveAbuseReportForm"/>
</template>
<div class="_gaps_m">
<MkInput v-model="emailToReceiveAbuseReportForm.state.emailToReceiveAbuseReport" type="email">
<template #prefix><i class="ti ti-mail"></i></template>
<template #label>{{ i18n.ts.emailToReceiveAbuseReport }}</template>
<template #label>{{ i18n.ts.emailToReceiveAbuseReport }} <span v-if="emailToReceiveAbuseReportForm.modifiedStates.emailToReceiveAbuseReport" class="_modified">{{ i18n.ts.modified }}</span></template>
<template #caption>{{ i18n.ts.emailToReceiveAbuseReportCaption }}</template>
</MkInput>
</div>