Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
19ca4f5450
commit
e7c2fb4d9c
@@ -31,8 +31,8 @@ function CasesList() {
|
||||
const [statusFilter, setStatusFilter] = useState<string>("all");
|
||||
const [view, setView] = useState<"active" | "archived">("active");
|
||||
const [newOpen, setNewOpen] = useState(false);
|
||||
const [sortKey, setSortKey] = useState<SortKey>("opened_at");
|
||||
const [sortDir, setSortDir] = useState<SortDir>("desc");
|
||||
const [sortKey, setSortKey] = useState<SortKey>("title");
|
||||
const [sortDir, setSortDir] = useState<SortDir>("asc");
|
||||
|
||||
const load = async () => {
|
||||
const { data } = await supabase
|
||||
|
||||
Reference in New Issue
Block a user