Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-dayspring authored Jun 29, 2022
1 parent 4f031d9 commit 9db6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Panel/configuration.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</thead>
<tbody>
{% for name, config in configuration.datasources %}
{% if if config is iterable %}
{% if config is iterable %}
<tr>
<th rowspan="5" style="vertical-align: top;">
{{ name }}
Expand Down

0 comments on commit 9db6c91

Please sign in to comment.