only own authors

This commit is contained in:
HolgerHatGarKeineNode
2023-02-15 20:12:14 +01:00
parent a2f903b19a
commit be04341d02
2 changed files with 28 additions and 19 deletions

View File

@@ -35,6 +35,7 @@
:async-data="[
'api' => route('api.lecturers.index'),
'method' => 'GET', // default is GET
'params' => ['user_id' => auth()->id()], // default is []
]"
:template="[
'name' => 'user-option',