Merge pull request #1250 from MuhammadM1998/patch-1

chore: remove duplicated sentence in projects dialog
This commit is contained in:
Mauricio Siu 2025-02-01 02:41:21 -06:00 committed by GitHub
commit 407e2e1137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
<DialogTitle>Project Environment</DialogTitle>
<DialogDescription>
Update the env Environment variables that are accessible to all
services of this project. Use this syntax to reference project-level
variables in your service environments:
services of this project.
</DialogDescription>
</DialogHeader>
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}