handle error and loading state

This commit is contained in:
Maren Süwer
2018-08-09 12:09:50 +02:00
parent 4f8101a8dd
commit 866a70b816
5 changed files with 107 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ class Config extends React.Component<Props> {
<div className="column">
<Navigation>
<Section label={t("config.navigation-title")}>
<NavLink to={`${url}`} label={t("config.globalConfig-label")} />
<NavLink to={`${url}`} label={t("global-config.navigation-label")} />
</Section>
</Navigation>
</div>