Skip to content
Snippets Groups Projects
Commit 2756f118 authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

fix type when catalog is created

parent b0eaf754
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@
<p class="lorem">
Map your metadata schema with DCAT schema
</p>
<app-mapping *ngIf="initLabelThree && datasets.ready" [catalogId]="openApi.info['x-catalog-id']" [type]="type">
<app-mapping *ngIf="initLabelThree && datasets.ready" [catalogId]="openApi.info['x-catalog-id']" [type]="openApi.info['x-format']">
</app-mapping>
<button class="prev-button" nbButton nbStepperPrevious
(click)="initLabelThree=false; resetDataset(); datasets.ready = false">prev</button>
......@@ -332,4 +332,4 @@
</nb-step>-->
</nb-stepper>
</nb-card-body>
</nb-card>
\ No newline at end of file
</nb-card>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment