a tool for shared writing and social publishing
0
fork

Configure Feed

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

don't allow selecting domain option if pending

+4 -1
+4 -1
components/ShareOptions/DomainOptions.tsx
··· 194 194 value={props.domain} 195 195 checked={props.checked} 196 196 className="hidden appearance-none" 197 - onChange={() => props.setChecked(props.domain)} 197 + onChange={() => { 198 + if (pending) return; 199 + props.setChecked(props.domain); 200 + }} 198 201 /> 199 202 <div 200 203 className={`