1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

fix: Correct file extension validation for gpx, md, and pdf formats

This commit is contained in:
Sean Morley 2025-03-23 16:40:08 -04:00
parent 7d5750049b
commit b4c5e22662
2 changed files with 4 additions and 4 deletions

View file

@ -74,9 +74,9 @@
'.tar.lzma',
'.tar.lzo',
'.tar.z',
'gpx',
'md',
'pdf'
'.gpx',
'.md',
'.pdf'
];
export let initialLatLng: { lat: number; lng: number } | null = null; // Used to pass the location from the map selection to the modal