mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
Improve a11y (#1841)
Improve accessibility by removing unnecessary tags without hrefs. Also remove many eslint errors and warnings.
This commit is contained in:
@@ -55,12 +55,12 @@ const ArchiveRepo: FC<Props> = ({ repository, confirmDialog = true }) => {
|
||||
{
|
||||
className: "is-outlined",
|
||||
label: t("archiveRepo.confirmAlert.submit"),
|
||||
onClick: () => archiveRepoCallback()
|
||||
onClick: () => archiveRepoCallback(),
|
||||
},
|
||||
{
|
||||
label: t("archiveRepo.confirmAlert.cancel"),
|
||||
onClick: () => null
|
||||
}
|
||||
onClick: () => null,
|
||||
},
|
||||
]}
|
||||
close={() => setShowConfirmAlert(false)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user