mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: disable by default limitMatches
This commit is contained in:
@ -60,7 +60,7 @@ export default Ember.Component.extend(UtilsMixin, PluginApiMixin, DomHelpersMixi
|
||||
allowInitialValueMutation: false,
|
||||
content: null,
|
||||
computedContent: null,
|
||||
limitMatches: 100,
|
||||
limitMatches: null,
|
||||
nameChanges: false,
|
||||
allowContentReplacement: false,
|
||||
collectionHeader: null,
|
||||
|
Reference in New Issue
Block a user