Fix router links on configuration page

This commit is contained in:
Eli Ribble 2026-03-28 13:02:04 -07:00
parent 9a9371301c
commit 1f9f1ae166
No known key found for this signature in database
2 changed files with 10 additions and 10 deletions

View file

@ -151,7 +151,6 @@ interface MapClickEvent {
// Props (you can pass these from parent component or environment)
interface Props {
organizationId?: string;
tegolaUrl?: string;
tilesUrl?: string;
serviceArea?: {
@ -163,7 +162,6 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
organizationId: "",
tegolaUrl: "",
tilesUrl: "",
serviceArea: () => ({