requested changes.
This commit is contained in:
parent
1696e31797
commit
c97fafa071
6 changed files with 5 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<MkKeyValue>
|
||||
<template #key>{{ i18n.ts.about }}</template>
|
||||
<template #value><div v-html="sanitizeHtml(instance.about)"></div></template>
|
||||
<template #value><div v-html="sanitizeHtml(instance.about || instance.description)"></div></template>
|
||||
</MkKeyValue>
|
||||
|
||||
<FormSection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue