fix: deduplicate UIDs during iCal import to prevent mass failures #113
This commit is contained in:
@@ -18,7 +18,7 @@ interface ICalImportModalProps {
|
||||
onClose: () => void;
|
||||
}
|
||||
|
||||
const MAX_FILE_SIZE = 5 * 1024 * 1024; // 5MB
|
||||
const MAX_FILE_SIZE = 10 * 1024 * 1024; // 10MB
|
||||
const ACCEPTED_EXTENSIONS = [".ics", ".ical"];
|
||||
|
||||
type ImportStep = "select" | "preview" | "importing";
|
||||
|
||||
Reference in New Issue
Block a user