X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8e2d75014c89c9e345c3f940ec8743bd158df67..refs/pull/3693/head:/resources/js/components/user-select.js diff --git a/resources/js/components/user-select.js b/resources/js/components/user-select.js index c2c1f97c3..aba43e0a9 100644 --- a/resources/js/components/user-select.js +++ b/resources/js/components/user-select.js @@ -3,7 +3,6 @@ import {onChildEvent} from "../services/dom"; class UserSelect { setup() { - this.input = this.$refs.input; this.userInfoContainer = this.$refs.userInfo;