mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
enable failing tests again and use form instead of table for create permission
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user