mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
added placeholder form for create and edit roles
This commit is contained in:
14
scm-ui/src/config/containers/GlobalPermissionRoleForm.js
Normal file
14
scm-ui/src/config/containers/GlobalPermissionRoleForm.js
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// @flow
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
type Props = {
|
||||||
|
thing?: any,
|
||||||
|
};
|
||||||
|
|
||||||
|
class GlobalPermissionRoleForm extends React.Component<Props> {
|
||||||
|
render() {
|
||||||
|
return <p>Placeholder</p>;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default GlobalPermissionRoleForm;
|
||||||
Reference in New Issue
Block a user