mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1250 from MuhammadM1998/patch-1
chore: remove duplicated sentence in projects dialog
This commit is contained in:
@@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
|
|||||||
<DialogTitle>Project Environment</DialogTitle>
|
<DialogTitle>Project Environment</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
Update the env Environment variables that are accessible to all
|
Update the env Environment variables that are accessible to all
|
||||||
services of this project. Use this syntax to reference project-level
|
services of this project.
|
||||||
variables in your service environments:
|
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}
|
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}
|
||||||
|
|||||||
Reference in New Issue
Block a user