chore: changed file import size limit to 10mb

This commit is contained in:
Balu Babu
2024-03-19 13:42:18 +05:30
committed by Andrew Bastin
parent a3e6bae032
commit ab495177da

View File

@@ -67,7 +67,7 @@ defineProps<{
const t = useI18n()
const toast = useToast()
const ALLOWED_FILE_SIZE_LIMIT = 100 // 10 MB
const ALLOWED_FILE_SIZE_LIMIT = 10 // 10 MB
const importFilesCount = ref(0)