Fix router links on configuration page
This commit is contained in:
parent
9a9371301c
commit
1f9f1ae166
2 changed files with 10 additions and 10 deletions
|
|
@ -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: () => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue