OOOKEEEEEEEEEE
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user