mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: automatically delete replies on a topic after N days. (#9209)
This commit is contained in:
@@ -203,7 +203,7 @@ export default ComboBoxComponent.extend(DatetimeMixin, {
|
||||
return "future-date-input-selector/future-date-input-selector-row";
|
||||
},
|
||||
|
||||
content: computed(function() {
|
||||
content: computed("statusType", function() {
|
||||
const now = moment();
|
||||
const opts = {
|
||||
now,
|
||||
|
||||
Reference in New Issue
Block a user