Skip to content

Commit

Permalink
Broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Sep 12, 2024
1 parent e639c30 commit f06e3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/new-dashboard/src/PageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import { computed, ref, useTemplateRef } from "vue"
import { useRouter } from "vue-router"
import { getNavigationElement, PRODUCTS } from "./routes"
import { ServerWithCompressConfigurator } from "./configurators/ServerWithCompressConfigurator"
import { asyncComputed } from "@vueuse/core"
const currentPath = useRouter().currentRoute
const products = PRODUCTS.map((product) => ({ ...product, url: product.children[0].tabs[0].url })) //default to the first element in the first subproject
Expand Down

0 comments on commit f06e3f6

Please sign in to comment.