Skip to content

Commit

Permalink
Add new supervised entity modal : aesthetic defect (#6369)
Browse files Browse the repository at this point in the history
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
  • Loading branch information
vlo-rte authored and quinarygio committed May 16, 2024
1 parent 7dea34a commit 958737b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2023, RTE (http://www.rte-france.com) -->
<!-- Copyright (c) 2023-2024, RTE (http://www.rte-france.com) -->
<!-- See AUTHORS.txt -->
<!-- This Source Code Form is subject to the terms of the Mozilla Public -->
<!-- License, v. 2.0. If a copy of the MPL was not distributed with this -->
Expand All @@ -23,9 +23,8 @@
<div class="container">
<div>

<div *ngIf="!row" class="opfab-input opfab-edit-row">
<label for="opfab-id" translate>admin.input.id.label</label>
<of-multi-select
<div *ngIf="!row" class="opfab-edit-row">
<of-multi-select
id="opfab-entityId"
multiSelectId="entityId"
[parentForm]="entityForm"
Expand Down

0 comments on commit 958737b

Please sign in to comment.