Skip to content

Commit 2b15977

Browse files
committed
Make space name required on the frontend
1 parent f799f06 commit 2b15977

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/connect/src/components/CreateSpaceCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export function CreateSpaceCard({ className, ...props }: CreateSpaceCardProps) {
106106
placeholder="My cool space"
107107
value={spaceName}
108108
onChange={(e) => setSpaceName(e.target.value)}
109+
required
109110
className="c-input grow"
110111
/>
111112
<button type="submit" disabled={isLoading} onClick={createSpace} className="c-button shrink-0">

0 commit comments

Comments
 (0)