2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FIX: disable by default limitMatches

This commit is contained in:
Joffrey JAFFEUX 2018-01-11 09:54:39 +01:00 committed by GitHub
parent 3ec2024466
commit 3ee7b18886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 39 additions and 4 deletions

View file

@ -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,