OOOKEEEEEEEEEE

This commit is contained in:
2025-07-14 12:58:26 +02:00
parent e3d5115090
commit d9608c9690
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ cardStore.fetchCollections();
const activeItem = ref();
const isUploadActive = computed(() =>
config.public.isUploadActive === "true" ? true : false,
config.public.IS_UPLOAD_ACTIVE === "true" ? true : false,
);
const play = (collection: string) => {