handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect name attribute in text inputs

Mary 922fc669 944d1b1e

+1 -1
+1 -1
src/components/inputs/text-input.tsx
··· 53 53 }} 54 54 type={props.type ?? 'text'} 55 55 id={fieldId} 56 - name={props.type} 56 + name={props.name} 57 57 required={props.required} 58 58 autocomplete={props.autocomplete} 59 59 pattern={props.pattern}