fix: tests.

This commit is contained in:
Darshan
2026-02-05 12:19:56 +05:30
parent ec17b61a9d
commit c6efbc7d50
2 changed files with 2 additions and 8 deletions
-1
View File
@@ -31,7 +31,6 @@ import { user } from './user';
import BudgetLimitAlert from '$routes/(console)/organization-[organization]/budgetLimitAlert.svelte';
import TeamReadonlyAlert from '$routes/(console)/organization-[organization]/teamReadonlyAlert.svelte';
import ProjectsLimit from '$lib/components/billing/alerts/projectsLimit.svelte';
import EnterpriseTrial from '$routes/(console)/organization-[organization]/enterpriseTrial.svelte';
export const roles = [
+2 -7
View File
@@ -38,7 +38,7 @@
import { showSupportModal } from './wizard/support/store';
import { activeHeaderAlert, consoleVariables } from './store';
import { base } from '$app/paths';
import { base, resolve } from '$app/paths';
import { headerAlert } from '$lib/stores/headerAlert';
import { UsageRates } from '$lib/components/billing';
import { canSeeProjects } from '$lib/stores/roles';
@@ -53,11 +53,8 @@
IconSparkles,
IconSwitchHorizontal
} from '@appwrite.io/pink-icons-svelte';
import type { LayoutData } from './$types';
import type { Models } from '@appwrite.io/console';
export let data: LayoutData;
function kebabToSentenceCase(str: string) {
return str
.split('-')
@@ -74,9 +71,7 @@
$: $registerCommands([
{
label: 'Go to Projects',
callback: () => {
goto(base);
},
callback: () => goto(resolve('/')),
keys: ['g', 'p'],
group: 'navigation',
disabled: