fix(site): use mock client model in sessions list view (#23851)

Missed this lil guy when adding the `<ClientFilter />` in #23733
This commit is contained in:
Jeremy Ruppel
2026-03-31 10:00:21 -04:00
committed by GitHub
parent bbf3fbc830
commit 002e88fefc
@@ -23,7 +23,7 @@ const defaultFilterProps = getDefaultFilterProps<FilterProps>({
menus: {
user: MockMenu,
provider: MockMenu,
model: MockMenu,
client: MockMenu,
},
});