mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
remove to do since it is done
This commit is contained in:
@@ -14,7 +14,7 @@ type Props = {
|
|||||||
t: string => string,
|
t: string => string,
|
||||||
onChange: (boolean, any, string) => void
|
onChange: (boolean, any, string) => void
|
||||||
};
|
};
|
||||||
//TODO: Einbauen!
|
|
||||||
class AdminSettings extends React.Component<Props> {
|
class AdminSettings extends React.Component<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { t, adminGroups, adminUsers } = this.props;
|
const { t, adminGroups, adminUsers } = this.props;
|
||||||
|
|||||||
Reference in New Issue
Block a user