[terms] fix unnecessary check for nouns.enabled
This commit is contained in:
parent
3f1633dbfc
commit
7b84fc9746
|
@ -97,13 +97,11 @@
|
|||
</template>
|
||||
</Table>
|
||||
|
||||
<template v-if="config.nouns.submit">
|
||||
<Separator icon="plus"/>
|
||||
<Separator icon="plus"/>
|
||||
|
||||
<div class="px-3">
|
||||
<TermsSubmitForm ref="form"/>
|
||||
</div>
|
||||
</template>
|
||||
<div class="px-3">
|
||||
<TermsSubmitForm ref="form"/>
|
||||
</div>
|
||||
</Loading>
|
||||
</template>
|
||||
|
||||
|
|
Reference in New Issue