created_at and updated_at fields

This commit is contained in:
Sean Morley
2024-07-19 09:05:47 -04:00
parent 4abaaa5fb3
commit c6633a17cb
11 changed files with 81 additions and 39 deletions

View File

@@ -271,9 +271,9 @@
class="join-item btn btn-neutral"
type="radio"
name="order_by"
id="created_at"
value="created_at"
aria-label="Created"
id="updated_at"
value="updated_at"
aria-label="Updated"
checked
/>
<input