adds team prefix to url when creating team (#6211)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/6242/head
parent
bb5cc33737
commit
9c2748e8e9
|
@ -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), {
|
||||
|
|
Loading…
Reference in New Issue