]>
BookStack Code Mirror - bookstack/blobdiff - resources/js/components/user-select.js
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch '3535-group-sync-fix' into development
[bookstack]
/
resources
/
js
/
components
/
user-select.js
diff --git
a/resources/js/components/user-select.js
b/resources/js/components/user-select.js
index c2c1f97c3aee5911fdb8c80ce4d63c5609370139..aba43e0a920a5c66b0cdb8097061cec9c039d211 100644
(file)
--- 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;