refactor: remove EnvironmentManagement component and related environment selector from project dashboard; update environment page to use Badge component for production label

This commit is contained in:
Mauricio Siu
2025-09-01 19:52:30 -06:00
parent 72f8a28f4f
commit 52d2bd2114
5 changed files with 3 additions and 402 deletions

View File

@@ -91,7 +91,6 @@ export const applicationRouter = createTRPCRouter({
});
}
console.log("newApplication", input);
const newApplication = await createApplication(input);
if (ctx.user.role === "member") {