{
+ closeModalAndRefresh(false);
+ }}
+ modalOpen={open}
+ title={"Edit Lifecycle Configuration"}
+ >
+
+ {
+ setEnabled(e.target.checked);
+ }}
+ switchOnly
+ />
+
+
+
+
+
+
+ );
+};
+
+const mapDispatchToProps = {
+ setModalErrorSnackMessage,
+};
+
+const connector = connect(null, mapDispatchToProps);
+
+export default withStyles(styles)(connector(EditLifecycleConfiguration));
diff --git a/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx b/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx
index 9c605cfc3f..2a0f989b7a 100644
--- a/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx
+++ b/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx
@@ -14,7 +14,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see