diff --git a/app/components/list-settings.vue b/app/components/list-settings.vue index 5e2f5b6..d03892b 100644 --- a/app/components/list-settings.vue +++ b/app/components/list-settings.vue @@ -55,8 +55,6 @@ const deleteList = () => { const roles = ref([]) -const isOwner = computed(() => props.list.role === 'OWNER'); - const getRoles = () => { return $api>(`/api/roles`, { method: 'GET' @@ -129,7 +127,7 @@ getRoles() {{ responseMessage }} -
  • +