Skip to content

Commit

Permalink
change order comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Jul 29, 2024
1 parent 8cb787b commit ef2ee60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ <h4 class="mt-4 mb-3">Dataanalys</h4>
</tr>
</tbody>
</table>
<!--Data analysis comment warning -->
{{ data_analysis_comment_alert(comment=case.data_analysis.comment) }}
<!-- Data analysis alert component -->
{{ data_analysis_alert(case=case) }}
<!--Data analysis comment alert component -->
{{ data_analysis_comment_alert(comment=case.data_analysis.comment) }}
{% endmacro %}

{% macro data_analysis_alert(case) %}
Expand Down

0 comments on commit ef2ee60

Please sign in to comment.