formatting

This commit is contained in:
Maren Süwer
2018-08-21 13:06:52 +02:00
parent ebed0d0997
commit 18bf13a6af
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ class AdminSettings extends React.Component<Props> {
fieldLabel={t("admin-settings.add-group-textfield")} fieldLabel={t("admin-settings.add-group-textfield")}
errorMessage={t("admin-settings.add-group-error")} errorMessage={t("admin-settings.add-group-error")}
/> />
<AdminUserTable <AdminUserTable
adminUsers={adminUsers} adminUsers={adminUsers}
onChange={(isValid, changedValue, name) => onChange={(isValid, changedValue, name) =>

View File

@@ -65,7 +65,6 @@ class ProxySettings extends React.Component<Props> {
onChange={this.handleProxyUserChange} onChange={this.handleProxyUserChange}
disabled={!enableProxy || !hasUpdatePermission} disabled={!enableProxy || !hasUpdatePermission}
/> />
<ProxyExcludesTable <ProxyExcludesTable
proxyExcludes={proxyExcludes} proxyExcludes={proxyExcludes}
onChange={(isValid, changedValue, name) => onChange={(isValid, changedValue, name) =>