Allow override of "create" permission for model index

This commit is contained in:
Lance Edgar 2021-09-03 18:29:49 -05:00
parent a0a405f849
commit 720fc6182d
2 changed files with 10 additions and 2 deletions

View file

@ -35,7 +35,7 @@
<slot></slot>
<div v-if="showButtons"
class="buttons">
class="buttons" style="margin-top: 1rem;">
<b-button :type="getSaveButtonType()"
:icon-left="getSaveButtonIcon()"
:disabled="saveDisabled"