diff --git a/src/views/Base/Forms/Forms.js b/src/views/Base/Forms/Forms.js
index e8db662..3c9f4fd 100644
--- a/src/views/Base/Forms/Forms.js
+++ b/src/views/Base/Forms/Forms.js
@@ -2,7 +2,6 @@ import React, { Component } from 'react';
import {
Badge,
Button,
- ButtonDropdown,
Card,
CardBody,
CardFooter,
@@ -20,6 +19,7 @@ import {
Input,
InputGroup,
InputGroupAddon,
+ InputGroupButtonDropdown,
InputGroupText,
Label,
Row,
@@ -739,21 +739,20 @@ class Forms extends Component {
-
- { this.setState({ first: !this.state.first }); }}>
-
- Dropdown
-
-
- Action
- Another Action
- Something else here
-
- Separated link
-
-
-
+ { this.setState({ first: !this.state.first }); }}>
+
+ Dropdown
+
+
+ Action
+ Another Action
+ Something else here
+
+ Separated link
+
+
@@ -762,57 +761,54 @@ class Forms extends Component {
-
- { this.setState({ second: !this.state.second }); }}>
-
- Dropdown
-
-
- Action
- Another Action
- Something else here
-
- Separated link
-
-
-
+ { this.setState({ second: !this.state.second }); }}>
+
+ Dropdown
+
+
+ Action
+ Another Action
+ Something else here
+
+ Separated link
+
+
-
- { this.setState({ third: !this.state.third }); }}>
- {/**/}
- Action
-
- Action
- Another Action
- Something else here
-
- Separated link
-
-
-
+ { this.setState({ third: !this.state.third }); }}>
+ Action
+
+ Action
+ Another Action
+ Something else here
+
+ Separated link
+
+
-
- { this.setState({ fourth: !this.state.fourth }); }}>
-
- Dropdown
-
-
- Action
- Another Action
- Something else here
-
- Separated link
-
-
-
+ { this.setState({ fourth: !this.state.fourth }); }}>
+
+ Dropdown
+
+
+ Action
+ Another Action
+ Something else here
+
+ Separated link
+
+