Skip to content

Commit

Permalink
debug rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Apr 8, 2024
1 parent 808545e commit bfe910c
Showing 1 changed file with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,17 +441,9 @@ <h5>Sources des données</h5>
</button>
</span>
<div *ngFor="let module of dataset?.modules">
<span
*ngIf="module.input_label"
[matTooltip]="
dataset.active ? module.input_label : 'Le jeu de données est inactif'
"
><button
[disabled]="!dataset.active"
mat-raised-button
color="primary"
class="mb-2 mr-1"
(click)="useModuleWithDs(module)"
<span
*ngIf="module.input_label"
[matTooltip]="dataset.active ? module.input_label : 'Le jeu de données est inactif'"
>
<button
[disabled]="!dataset.active"
Expand Down

0 comments on commit bfe910c

Please sign in to comment.