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:
parent
7d5750049b
commit
b4c5e22662
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue