From ded8b349eb5e5d9b39c97baf7ddcab4166b17830 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Sun, 10 Feb 2019 17:44:32 +0000
Subject: [PATCH] bsStyle is now free string.
---
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 38a24ea..2d65720 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', 'info', null]),
+ bsStyle: PropTypes.string,
type: PropTypes.string,
onClick: PropTypes.func,
hint: PropTypes.string,
--
Gitblit v1.10.0