refactor: modified title search to be a query param

This commit is contained in:
Balu Babu
2024-03-19 13:34:18 +05:30
committed by Andrew Bastin
parent 66f20d10e1
commit 1b19b8aed5
4 changed files with 29 additions and 29 deletions

View File

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