enable failing tests again and use form instead of table for create permission

This commit is contained in:
Maren Süwer
2018-09-11 16:17:11 +02:00
parent fe33e55bef
commit 09924a03cb
3 changed files with 35 additions and 45 deletions

View File

@@ -2,10 +2,7 @@
import React from "react";
import { translate } from "react-i18next";
import type { Permission } from "../../types/Permissions";
import {
confirmAlert,
DeleteButton
} from "../../../../../../scm-ui-components/packages/ui-components/src/index";
import { confirmAlert, DeleteButton } from "@scm-manager/ui-components";
type Props = {
permission: Permission,