diff options
| author | HJ <spam@hjkos.com> | 2019-02-14 19:15:59 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2019-02-14 19:15:59 +0000 |
| commit | 5d73a1dd060288830bbac592c15fce3a174fa12b (patch) | |
| tree | 4418e11e43e5514b409477fd2cc6a7189f8b2bc6 /src/components/user_settings/user_settings.js | |
| parent | 98c5e4a9d050123e7837454992cfcc0aa11d7e3b (diff) | |
Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"
This reverts merge request !551
Diffstat (limited to 'src/components/user_settings/user_settings.js')
| -rw-r--r-- | src/components/user_settings/user_settings.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index fa389c3b..d20bf308 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -2,7 +2,6 @@ import { unescape } from 'lodash' import TabSwitcher from '../tab_switcher/tab_switcher.js' import StyleSwitcher from '../style_switcher/style_switcher.vue' -import AutoCompleteInput from '../autocomplete_input/autocomplete_input.vue' import fileSizeFormatService from '../../services/file_size_format/file_size_format.js' const UserSettings = { @@ -42,8 +41,7 @@ const UserSettings = { }, components: { StyleSwitcher, - TabSwitcher, - AutoCompleteInput + TabSwitcher }, computed: { user () { |
