File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/v3/environmentVariables Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 RuntimeEnvironmentType ,
66} from "@trigger.dev/database" ;
77import { z } from "zod" ;
8- import { environmentTitle } from "~/components/environments/EnvironmentLabel" ;
8+ import { environmentFullTitle , environmentTitle } from "~/components/environments/EnvironmentLabel" ;
99import { $transaction , prisma } from "~/db.server" ;
1010import { env } from "~/env.server" ;
1111import { getSecretStore } from "~/services/secrets/secretStore.server" ;
@@ -128,7 +128,7 @@ export class EnvironmentVariablesRepository implements Repository {
128128 variableErrors : existingVariableKeys . map ( ( val ) => ( {
129129 key : val . key ,
130130 error : `Variable already set in ${ val . environments
131- . map ( ( e ) => environmentTitle ( { type : e } ) )
131+ . map ( ( e ) => environmentFullTitle ( { type : e } ) )
132132 . join ( ", " ) } .`,
133133 } ) ) ,
134134 } ;
You can’t perform that action at this time.
0 commit comments