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