[terms] fix unnecessary check for nouns.enabled

This commit is contained in:
Avris 2021-11-28 00:00:08 +01:00
parent 3f1633dbfc
commit 7b84fc9746
1 changed files with 4 additions and 6 deletions

View File

@ -97,13 +97,11 @@
</template>
</Table>
<template v-if="config.nouns.submit">
<Separator icon="plus"/>
<div class="px-3">
<TermsSubmitForm ref="form"/>
</div>
</template>
</Loading>
</template>