Skip to content

Commit

Permalink
Merge pull request #169 from mansurskTarento/cios-via-api
Browse files Browse the repository at this point in the history
fixing tabs change issue in cios
  • Loading branch information
vishnubansaltarento authored Jan 22, 2025
2 parents 2d9775e + a0f7ac5 commit 5de71cc
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
</ws-app-transformations>
</mat-expansion-panel>

<mat-expansion-panel class="margin-0" (opened)="openedTab = 'transformContentViaApi'"
(closed)="openedTab = ''">
<mat-expansion-panel class="margin-0" (opened)="openedTab = 'transformContentViaApi'">
<mat-expansion-panel-header>
<mat-panel-description class="accoridan-description"> Via API
</mat-panel-description>
Expand All @@ -50,8 +49,7 @@
<mat-tab label="Transform Progress">
<div class="w-full mt-4">
<mat-accordion class="flex gap-6 flex-col">
<mat-expansion-panel class="margin-0" (opened)="openedTab = 'transformProgressJson'"
(closed)="openedTab = ''">
<mat-expansion-panel class="margin-0" (opened)="openedTab = 'transformProgressJson'">
<mat-expansion-panel-header>
<mat-panel-description class="accoridan-description"> Via CSV
</mat-panel-description>
Expand All @@ -67,8 +65,7 @@
<mat-tab label="Transform Certificate">
<div class="w-full mt-4">
<mat-accordion class="flex gap-6 flex-col">
<mat-expansion-panel class="margin-0" (opened)="openedTab = 'certificateTemplateUrl'"
(closed)="openedTab = ''">
<mat-expansion-panel class="margin-0" (opened)="openedTab = 'certificateTemplateUrl'">
<mat-expansion-panel-header>
<mat-panel-description class="accoridan-description" class="accoridan-description"> Via CSV
</mat-panel-description>
Expand Down

0 comments on commit 5de71cc

Please sign in to comment.