mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
fixed some flow warnings
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"title": "Repositories",
|
"title": "Repositories",
|
||||||
"subtitle": "Repositories will be shown here"
|
"subtitle": "Repositories will be shown here",
|
||||||
|
"body": "Coming soon ..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,9 @@ class Repositories extends React.Component<Props> {
|
|||||||
<Page
|
<Page
|
||||||
title={t("repositories.title")}
|
title={t("repositories.title")}
|
||||||
subtitle={t("repositories.subtitle")}
|
subtitle={t("repositories.subtitle")}
|
||||||
/>
|
>
|
||||||
|
{t("repositories.body")}
|
||||||
|
</Page>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,8 @@ class UserForm extends React.Component<Props, User> {
|
|||||||
mail: "",
|
mail: "",
|
||||||
password: "",
|
password: "",
|
||||||
admin: false,
|
admin: false,
|
||||||
active: false
|
active: false,
|
||||||
|
_links: {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user