Populate user selector
This commit is contained in:
parent
05a7bbb4e3
commit
0ecf9c1be1
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ type contentURLAPI struct {
|
|||
ReviewTask string `json:"review_task"`
|
||||
Signal string `json:"signal"`
|
||||
Upload string `json:"upload"`
|
||||
User string `json:"users"`
|
||||
User string `json:"user"`
|
||||
}
|
||||
type contentURLs struct {
|
||||
API contentURLAPI `json:"api"`
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from "vue";
|
||||
import { useSessionStore } from "@/store/session";
|
||||
import UserSelector from "@/components/UserSelector.vue";
|
||||
import type { User } from "@/types";
|
||||
|
||||
const session = useSessionStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue