Skip to content

Commit

Permalink
chore(settings): disable isolated modules setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamol committed Aug 7, 2023
1 parent 48b18f0 commit f26fd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/tab-settings/tab-settings.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
{{ 'tab-settings.advanced-mode-type_label' | translate }}
</ion-item>

<ion-item lines="True" (click)="goToIsolatedModules()" detail="true">
<!-- <ion-item lines="True" (click)="goToIsolatedModules()" detail="true">
<ion-icon name="cube-outline" slot="start"></ion-icon>
{{ 'danger-zone.isolated-modules_label' | translate }}
</ion-item>
</ion-item> -->

<ion-list-header>
<ion-label>{{ 'tab-settings.actions_label' | translate }}</ion-label>
Expand Down

0 comments on commit f26fd58

Please sign in to comment.