Fix new button not replacing body content
This commit is contained in:
@@ -35,8 +35,7 @@
|
|||||||
<div x-data="{ofilters: false, ocols: false}">
|
<div x-data="{ofilters: false, ocols: false}">
|
||||||
<div class="btn-toolbar pb-2 justify-content-between">
|
<div class="btn-toolbar pb-2 justify-content-between">
|
||||||
<div class="btn-group pe-2">
|
<div class="btn-group pe-2">
|
||||||
<button class="btn btn-primary border" type="button" hx-get="/books/new"
|
<button class="btn btn-primary border" type="button" hx-get="/books/new">New</button>
|
||||||
hx-target="#search-results">New</button>
|
|
||||||
<button class="btn btn-primary border" type="button"
|
<button class="btn btn-primary border" type="button"
|
||||||
onclick="document.querySelector('#isbn-prompt').showModal()">Import</button>
|
onclick="document.querySelector('#isbn-prompt').showModal()">Import</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user