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