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