Skip to content

Commit

Permalink
fix: feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
luka-nextcloud committed Aug 24, 2022
1 parent de15d50 commit 96267e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/Controller/UserApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function __construct($appName, IRequest $request, ISearch $ISearch) {
}

/**
* @NoAdminRequired
* @param string $filter
*/
public function index(string $filter, int $limit = 5) {
Expand Down
6 changes: 3 additions & 3 deletions src/extensions/Mention.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>

<script>
import NcUserBubble from '@nextcloud/vue/dist/Components/NcUserBubble'
import NcUserBubble from '@nextcloud/vue/dist/Components/NcUserBubble.vue'
import { NodeViewWrapper } from '@tiptap/vue-2'
export default {
Expand All @@ -29,9 +29,9 @@ export default {
},
data() {
return {
username: this.node.attrs.label
username: this.node.attrs.label,
}
}
},
}
</script>
<style scoped>
Expand Down

0 comments on commit 96267e5

Please sign in to comment.