Skip to content

Commit

Permalink
fix(editor): fix the new syntax of hodlings
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Apr 30, 2024
1 parent 86870a3 commit f38161f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ <h5 translate>Examples (preview)</h5>

</ul>
} @else {
<div class="alert alert-danger" role="alert">
<strong translate>Template</strong> {{ serialPreviewError.status }}
<div class="alert alert-light" role="alert" translate>
No preview available
</div>
}

} @else {
<div class="alert alert-light" role="alert">
No preview available
<div class="alert alert-danger" role="alert">
<strong translate>Template</strong> {{ serialPreviewError.status }}
</div>
}
</div>
Expand Down

0 comments on commit f38161f

Please sign in to comment.