Improve space join flow
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
type Props = {
|
||||
url: string
|
||||
initialValues: RelayProfile
|
||||
initialValues: Partial<RelayProfile>
|
||||
}
|
||||
|
||||
const {url, initialValues = {}}: Props = $props()
|
||||
|
||||
Reference in New Issue
Block a user