mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-23 16:15:21 +02:00
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:
@@ -91,7 +91,6 @@ export const applicationRouter = createTRPCRouter({
|
||||
});
|
||||
}
|
||||
|
||||
console.log("newApplication", input);
|
||||
const newApplication = await createApplication(input);
|
||||
|
||||
if (ctx.user.role === "member") {
|
||||
|
||||
Reference in New Issue
Block a user