we be renaming

This commit is contained in:
2025-07-14 13:08:30 +02:00
parent 629f4e6898
commit d4f803e5a5
3 changed files with 4 additions and 4 deletions

View File

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