mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-04 21:45:26 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -290,9 +290,8 @@ export const ShowProjects = () => {
|
||||
|
||||
// Find default environment from accessible environments, or fall back to first accessible environment
|
||||
const accessibleEnvironment =
|
||||
project?.environments.find(
|
||||
(env) => env.isDefault,
|
||||
) || project?.environments?.[0];
|
||||
project?.environments.find((env) => env.isDefault) ||
|
||||
project?.environments?.[0];
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user