Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kokonect-link/cherrypick
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
noridev committed Nov 29, 2024
2 parents f23d02f + f493c31 commit 8545773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/frontend/src/pages/admin/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8545773

Please sign in to comment.