Fixup
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/8/head
Clément FRÉVILLE 12 months ago
parent b45f916020
commit 072a94852d

@ -53,22 +53,21 @@
</div>
</div>
<div class="editor-section-bar-header">
<select id="language" [(ngModel)]="selectedLanguage">
@for (language of languages; track language.name) {
<option [ngValue]="language">{{ language.name }}</option>
}
</select>
@if (errorMessage) {
<div class="param-editor">
<p style="color: red">{{ errorMessage }}</p>
</div>
}
<select id="language" [(ngModel)]="selectedLanguage">
@for (language of languages; track language.name) {
<option [ngValue]="language">{{ language.name }}</option>
}
</select>
<div class="param-editor">
<button
class="button-icon"
class="button-run"
class="button-icon button-run"
type="button"
(click)="onRunButtonClicked()"
[disabled]="isLoaded">

@ -11,9 +11,6 @@
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet" />
</head>
<body>
<app-root></app-root>

Loading…
Cancel
Save