diff --git a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/AddGroup.js b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/AddGroup.js
index 00db115bece..d828d20a88c 100644
--- a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/AddGroup.js
+++ b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/AddGroup.js
@@ -124,7 +124,7 @@ class AddGroup extends React.Component {
Create new device group on IoT Server.
{getFieldDecorator('name', {
diff --git a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/GroupActions.js b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/GroupActions.js
index 3a3e6e83b5d..b82489a14ae 100644
--- a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/GroupActions.js
+++ b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Groups/GroupActions.js
@@ -291,7 +291,7 @@ class GroupActions extends React.Component {
Enter new name and description for the group
{getFieldDecorator(
@@ -351,22 +350,25 @@ class GroupActions extends React.Component {
onOk={this.handleShareOk}
onCancel={this.handleShareCancel}
footer={[
-