Skip to content

Commit d4345d5

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: add clarification when updating project slug (#44321)
GitOrigin-RevId: 86ff720616dcf99e732b9f2b58344b8961793c47
1 parent 2b6dd0e commit d4345d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/dashboard/src/components/projects/ProjectForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function ProjectForm({
9090
label="Project Slug"
9191
outerClassname="max-w-[20rem]"
9292
placeholder="Enter a slug for your project"
93+
description="Changing the project slug will require you to update any deploy keys currently in use."
9394
onChange={formState.handleChange}
9495
value={formState.values.slug}
9596
Icon={CopyIcon}

0 commit comments

Comments
 (0)