atproto explorer
0
fork

Configure Feed

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

refetch after batch delete

Juliet 0f206d16 dad51a8b

+4 -1
+4 -1
src/views/collection.tsx
··· 128 128 }, 129 129 }); 130 130 } 131 - window.location.reload(); 131 + setBatchDelete(false); 132 + setRecords([]); 133 + setCursor(undefined); 134 + refetch(); 132 135 }; 133 136 134 137 const handleSelectionClick = (e: MouseEvent, index: number) => {