]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/user-select.js
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / resources / js / components / user-select.js
index c2c1f97c3aee5911fdb8c80ce4d63c5609370139..aba43e0a920a5c66b0cdb8097061cec9c039d211 100644 (file)
@@ -3,7 +3,6 @@ import {onChildEvent} from "../services/dom";
 class UserSelect {
 
     setup() {
-
         this.input = this.$refs.input;
         this.userInfoContainer = this.$refs.userInfo;