mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #3740
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</td>
|
||||
<td style="width:30%;">
|
||||
<select name="triggers[{{ count }}][type]" class="form-control">
|
||||
{% for key,type in allRuleTriggers() %}
|
||||
{% for key,type in triggers %}
|
||||
<option value="{{ key }}" label="{{ type }}"
|
||||
{% if key == oldTrigger %}
|
||||
selected
|
||||
|
Reference in New Issue
Block a user