Skip to content

Commit

Permalink
Attempt to fix gateway list redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Elson9 committed Aug 8, 2024
1 parent 4121df1 commit 412e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextapp/pages/manager/gateways/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const MyGatewaysPage: React.FC = () => {
});
}
},
[client, toast]
[client, toast, user, router]
);

// Filtering
Expand Down

0 comments on commit 412e3ff

Please sign in to comment.