mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 04:36:38 +00:00
render targets in table, update targets
This commit is contained in:
@@ -6,7 +6,7 @@ type OrgPageProps = {
|
||||
|
||||
export default async function SettingsPage(props: OrgPageProps) {
|
||||
const params = await props.params;
|
||||
redirect(`/${params.orgId}/settings/sites`);
|
||||
redirect(`/${params.orgId}/settings/resources`);
|
||||
|
||||
return <></>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user