Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 9a0afdb

Browse files
committed
2.6.0 - Update input for toggle repeat
1 parent 240ba22 commit 9a0afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/settings/settings.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>Internal Settings</h3>
1919
</div>
2020
<div [ngClass]="{'hide': !globals.settings.form_settings.repeat.visible}" class="form-group">
2121
<input (change)="checkInputs()" type="checkbox" id="setting-repeat" class="round-checkbox"
22-
formControlName="fcList" />
22+
formControlName="fcRepeat" />
2323
<label for="setting-repeat">{{globals.settings.form_settings.repeat.name}}<span
2424
class="round-check"></span></label>
2525
</div>

0 commit comments

Comments
 (0)