{
- 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 2a0f989b7..9c605cfc3 100644
--- a/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx
+++ b/portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx
@@ -14,8 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see