You've already forked AstralRinth
v0.10.302 #2
@@ -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"));
|
||||||
|
|||||||
Reference in New Issue
Block a user