From 9dd2e96f71e5be99337af45d4ff9e039dd2c1098 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Fri, 14 Dec 2018 06:35:38 +0000
Subject: [PATCH] Button clear all caches works now.

---
 borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx b/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
index 58bcce2..407ec24 100644
--- a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
+++ b/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
@@ -180,7 +180,7 @@
         return (
             <form>
                 <FormLabelField>
-                    <FormButton id={'clearCahces'} onClick={this.onClearCaches}> Clear all caches
+                    <FormButton id={'clearAllCaches'} onClick={this.onClearAllCaches}> Clear all caches
                     </FormButton>
                 </FormLabelField>
                 <FormLabelField>

--
Gitblit v1.10.0