Use <once-button>
for "find by perm" feature for Users, Roles
This commit is contained in:
parent
4b6038c50c
commit
643d29ba57
|
@ -116,10 +116,10 @@ ${h.end_form()}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<b-button type="is-primary"
|
<once-button type="is-primary"
|
||||||
native-type="submit">
|
native-type="submit"
|
||||||
Find ${model_title_plural}
|
text="Find ${model_title_plural}">
|
||||||
</b-button>
|
</once-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${h.end_form()}
|
${h.end_form()}
|
||||||
|
|
Loading…
Reference in a new issue