Improve space join flow

This commit is contained in:
Jon Staab
2026-01-08 16:01:36 -08:00
parent f86afc08fa
commit 9a0ad0c663
7 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
type Props = {
url: string
initialValues: RelayProfile
initialValues: Partial<RelayProfile>
}
const {url, initialValues = {}}: Props = $props()