diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-11-24 12:17:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 12:17:02 +0100 |
commit | b45c62a2cfc6cc76023c475e4acad09929c76bc9 (patch) | |
tree | c1f571566833a4e890feeb296baae736a5d997d6 /apps/systemtags | |
parent | 5f3585d8175bab56899883457313fafa442fc9dc (diff) | |
parent | e665c819a7280d4a45e63bc3752562e0edab5540 (diff) | |
download | nextcloud-server-b45c62a2cfc6cc76023c475e4acad09929c76bc9.tar.gz nextcloud-server-b45c62a2cfc6cc76023c475e4acad09929c76bc9.zip |
Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tags
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/src/systemtagsfilelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/systemtags/src/systemtagsfilelist.js b/apps/systemtags/src/systemtagsfilelist.js index 5f2eae521b2..04ce6aebd4b 100644 --- a/apps/systemtags/src/systemtagsfilelist.js +++ b/apps/systemtags/src/systemtagsfilelist.js @@ -110,7 +110,6 @@ toggleSelect: true, separator: ',', query: _.bind(this._queryTagsAutocomplete, this), - minimumInputLength: 3, id(tag) { return tag.id |