fix: capitalization of ID org route breaks projects list (#3621)
Closes: #3615
This commit is contained in:
parent
8ee621295c
commit
e4adbb9469
@ -294,7 +294,7 @@ const tags = useTags();
|
|||||||
const flags = useFeatureFlags();
|
const flags = useFeatureFlags();
|
||||||
const config = useRuntimeConfig();
|
const config = useRuntimeConfig();
|
||||||
|
|
||||||
let orgId = useRouteId();
|
let orgId = useRouteId().toLowerCase();
|
||||||
|
|
||||||
// hacky way to show the edit button on the corner of the card.
|
// hacky way to show the edit button on the corner of the card.
|
||||||
const routeHasSettings = computed(() => route.path.includes("settings"));
|
const routeHasSettings = computed(() => route.path.includes("settings"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user