adds team prefix to url when creating team (#6211)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/6242/head
Jeff Loiselle 2023-01-02 13:34:32 -05:00 committed by GitHub
parent bb5cc33737
commit 9c2748e8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export const CreateANewTeamForm = () => {
addOnLeading={`${process.env.NEXT_PUBLIC_WEBSITE_URL?.replace("https://", "")?.replace(
"http://",
""
)}/`}
)}/team/`}
defaultValue={value}
onChange={(e) => {
newTeamFormMethods.setValue("slug", slugify(e?.target.value), {