mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-24 17:13:41 -04:00
fixed save button state
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
<div class="form-actions">
|
||||
<app-button variant="primary" [glowing]="dirty()" [loading]="saving()" [disabled]="saving() || saved() || hasErrors()" (clicked)="save()">
|
||||
<app-button variant="primary" [glowing]="dirty()" [loading]="saving()" [disabled]="!dirty() || saving() || saved() || hasErrors()" (clicked)="save()">
|
||||
{{ saved() ? 'Saved!' : 'Save Settings' }}
|
||||
</app-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user