mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
added deleterepo functionality
This commit is contained in:
@@ -53,6 +53,7 @@ class DeleteUser extends React.Component<Props> {
|
||||
if (!this.isDeletable()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<Subtitle subtitle={t("delete.subtitle")} />
|
||||
|
||||
Reference in New Issue
Block a user