Use <once-button> for "find by perm" feature for Users, Roles

This commit is contained in:
Lance Edgar 2019-06-06 16:53:16 -05:00
parent 4b6038c50c
commit 643d29ba57

View file

@ -116,10 +116,10 @@ ${h.end_form()}
</div>
<div class="buttons">
<b-button type="is-primary"
native-type="submit">
Find ${model_title_plural}
</b-button>
<once-button type="is-primary"
native-type="submit"
text="Find ${model_title_plural}">
</once-button>
</div>
${h.end_form()}