We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799f06 commit 2b15977Copy full SHA for 2b15977
1 file changed
apps/connect/src/components/CreateSpaceCard.tsx
@@ -106,6 +106,7 @@ export function CreateSpaceCard({ className, ...props }: CreateSpaceCardProps) {
106
placeholder="My cool space"
107
value={spaceName}
108
onChange={(e) => setSpaceName(e.target.value)}
109
+ required
110
className="c-input grow"
111
/>
112
<button type="submit" disabled={isLoading} onClick={createSpace} className="c-button shrink-0">
0 commit comments