fix: organization settings page responsive on mobile.

This commit is contained in:
charlesgauthereau
2026-01-11 12:37:57 +01:00
parent a3a20bee4a
commit be8f3bd98c
8 changed files with 81 additions and 60 deletions
@@ -22,7 +22,7 @@ export default async function RoutePage(props: PageParams<{}>) {
with: {
databases: true
},
orderBy: (fields) => desc(fields.createdAt),
orderBy: (fields) => desc(fields.lastContact),
});