mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
fix: Remove duplicate file extension validation for md and pdf formats
This commit is contained in:
parent
b4c5e22662
commit
04c3402e14
2 changed files with 2 additions and 3 deletions
|
@ -75,8 +75,7 @@
|
|||
'.tar.lzo',
|
||||
'.tar.z',
|
||||
'.gpx',
|
||||
'.md',
|
||||
'.pdf'
|
||||
'.md'
|
||||
];
|
||||
|
||||
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