mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
remove unused variable
This commit is contained in:
@@ -12,7 +12,7 @@ type Props = {
|
||||
|
||||
class TypeSelector extends React.Component<Props> {
|
||||
render() {
|
||||
const { t, type, handleTypeChange, loading } = this.props;
|
||||
const { type, handleTypeChange, loading } = this.props;
|
||||
const types = ["READ", "OWNER", "WRITE"];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user