mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Styling (fix margins)
Remove expanding MangaCards Center MangaCardList Fix LibrarySelect
This commit is contained in:
@@ -33,7 +33,7 @@ export interface LibrarySelectProps {
|
||||
|
||||
const props = defineProps<LibrarySelectProps>();
|
||||
|
||||
const library = ref(props.libraryId);
|
||||
const library = computed(() => props.libraryId);
|
||||
const { data: libraries } = await useApi('/v2/FileLibrary', { key: FetchKeys.FileLibraries });
|
||||
|
||||
const loading = ref(false);
|
||||
|
Reference in New Issue
Block a user