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