Skip to content

Commit

Permalink
Hide inline record editor option when no module selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Aug 16, 2023
1 parent 308fd7a commit b96ea0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@
</b-col>

<b-col
v-if="onRecordPage || options.editable"
v-if="recordListModule && (onRecordPage || options.editable)"
cols="12"
md="6"
>
Expand Down

0 comments on commit b96ea0e

Please sign in to comment.