Hide inline record editor option when no module selected
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</b-col>
|
</b-col>
|
||||||
|
|
||||||
<b-col
|
<b-col
|
||||||
v-if="onRecordPage || options.editable"
|
v-if="recordListModule && (onRecordPage || options.editable)"
|
||||||
cols="12"
|
cols="12"
|
||||||
md="6"
|
md="6"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user