DEV: Fix typo in customize-robots-txt (#16599)

This commit is contained in:
Jarek Radosz 2022-05-02 22:54:05 +02:00 committed by GitHub
parent f86b53778d
commit 8cb33cee48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export default Controller.extend(bufferedProperty("model"), {
saved: false,
isSaving: false,
saveDisabled: propertyEqual("model.robots_txt", "buffered.robots_txt"),
resetDisbaled: not("model.overridden"),
resetDisabled: not("model.overridden"),
actions: {
save() {

View File

@ -12,7 +12,7 @@
{{#save-controls model=this action=(action "save") saved=saved saveDisabled=saveDisabled}}
{{d-button
class="btn-default"
disabled=resetDisbaled
disabled=resetDisabled
icon="undo"
action=(action "reset")
label="admin.settings.reset"}}