Merge branch 'main' into add-feature-environment-manager

This commit is contained in:
Ragul Raj
2024-06-16 15:47:03 +05:30
committed by GitHub

View File

@ -70,7 +70,6 @@ class PageBranch extends ConsumerWidget {
final scaffoldKey = ref.watch(mobileScaffoldKeyStateProvider);
switch (pageIndex) {
case 1:
// Temporary Environment Page
return EnvironmentPage(
scaffoldKey: scaffoldKey,
);