From 4dce9eaac96829f08b153813c946bd9d7df2ff85 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Sun, 10 Feb 2019 15:16:29 +0000
Subject: [PATCH] Button style info added.

---
 borgbutler-webapp/src/components/general/forms/FormButton.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/borgbutler-webapp/src/components/general/forms/FormButton.jsx b/borgbutler-webapp/src/components/general/forms/FormButton.jsx
index 190a8a4..38a24ea 100644
--- a/borgbutler-webapp/src/components/general/forms/FormButton.jsx
+++ b/borgbutler-webapp/src/components/general/forms/FormButton.jsx
@@ -34,7 +34,7 @@
 
 FormButton.propTypes = {
     id: PropTypes.string,
-    bsStyle: PropTypes.oneOf(['primary', 'outline-primary', null]),
+    bsStyle: PropTypes.oneOf(['primary', 'outline-primary', 'info', null]),
     type: PropTypes.string,
     onClick: PropTypes.func,
     hint: PropTypes.string,

--
Gitblit v1.10.0