mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
DEV: Fix typo in customize-robots-txt (#16599)
This commit is contained in:
parent
f86b53778d
commit
8cb33cee48
|
@ -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() {
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user