feat: Working on search for purchase orders.
This commit is contained in:
@@ -8,7 +8,7 @@ struct Navbar: HTML, Sendable {
|
||||
"x"
|
||||
}
|
||||
a(.hx.get("/purchase-orders?page=1&limit=50"), .hx.target("body"), .hx.pushURL(true)) {
|
||||
"Purchae Orders"
|
||||
"Purchase Orders"
|
||||
}
|
||||
a(.hx.get("/users"), .hx.target("body"), .hx.pushURL(true)) {
|
||||
"Users"
|
||||
|
||||
Reference in New Issue
Block a user