mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
merge brachn 2.0.0-m3
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
// @flow
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import { Checkbox, InputField } from "../../components/forms";
|
||||
import {
|
||||
Checkbox,
|
||||
InputField,
|
||||
SubmitButton
|
||||
} from "@scm-manager/ui-components";
|
||||
import TypeSelector from "./TypeSelector";
|
||||
import type {
|
||||
PermissionCollection,
|
||||
PermissionEntry
|
||||
} from "../types/Permissions";
|
||||
import { SubmitButton } from "../../components/buttons";
|
||||
|
||||
type Props = {
|
||||
t: string => string,
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// @flow
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import { Select } from "../../components/forms";
|
||||
import {
|
||||
Select
|
||||
} from "@scm-manager/ui-components";
|
||||
|
||||
type Props = {
|
||||
t: string => string,
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import type { Permission } from "../../types/Permissions";
|
||||
import { confirmAlert } from "../../../components/modals/ConfirmAlert";
|
||||
import { DeleteButton } from "../../../components/buttons/index";
|
||||
import {
|
||||
confirmAlert,
|
||||
DeleteButton
|
||||
} from "@scm-manager/ui-components";
|
||||
|
||||
type Props = {
|
||||
permission: Permission,
|
||||
|
||||
Reference in New Issue
Block a user