fix: checks.

This commit is contained in:
Darshan
2025-06-17 20:03:40 +05:30
parent f4c5490857
commit 0663f12cee
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
} = $props();
let maxHeight = $state('none');
let containerRef;
let containerRef = $state(null);
const calcMaxHeight = () => {
if (containerRef) {
@@ -5,7 +5,6 @@
import { canSeeProjects } from '$lib/stores/roles';
import { onMount } from 'svelte';
import { Accordion, Table } from '@appwrite.io/pink-svelte';
import { base } from '$app/paths';
import type { PageData } from './$types';
import { getProjectRoute } from '$lib/helpers/project';
@@ -4,7 +4,6 @@
import Create from './create.svelte';
import { goto } from '$app/navigation';
import { Container, ResponsiveContainerHeader } from '$lib/layout';
import { base } from '$app/paths';
import type { Models } from '@appwrite.io/console';
import type { PageData } from './$types';
import { showCreate } from './store';