Skip to content

Commit 8eece65

Browse files
committed
fix aa setting redirect
1 parent fe0afb4 commit 8eece65

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/settings/ProjectGeneralSettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function ProjectGeneralSettingsPageUI(props: {
220220
const projectLayout = `/team/${props.teamSlug}/${props.project.slug}`;
221221

222222
const paths = {
223-
aaConfig: `${projectLayout}/settings/account-abstraction`,
223+
aaConfig: `${projectLayout}/wallets/sponsored-gas/configuration`,
224224
afterDeleteRedirectTo: `/team/${props.teamSlug}`,
225225
inAppConfig: `${projectLayout}/wallets/user-wallets/configuration`,
226226
payConfig: `${projectLayout}/settings/payments`,

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/settings/account-abstraction/page.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)