This repository has no description
0

Configure Feed

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

feat: autofocus on delete button for collection edit modal

+1
+1
src/webapp/features/collections/components/deleteCollectionModal/DeleteCollectionModal.tsx
··· 51 51 size="md" 52 52 onClick={handleDeleteCollection} 53 53 loading={deleteCollection.isPending} 54 + data-autofocus 54 55 > 55 56 Delete 56 57 </Button>