Add UI for api keys

This commit is contained in:
René Pfeuffer
2020-10-01 13:20:00 +02:00
parent 20345c895f
commit ec57dc0731
10 changed files with 435 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import { WithTranslation, withTranslation } from "react-i18next";
import { Select } from "@scm-manager/ui-components";
type Props = WithTranslation & {
availableRoles: string[];
availableRoles?: string[];
handleRoleChange: (p: string) => void;
role: string;
label?: string;