mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: checks.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
} = $props();
|
||||
|
||||
let maxHeight = $state('none');
|
||||
let containerRef;
|
||||
let containerRef = $state(null);
|
||||
|
||||
const calcMaxHeight = () => {
|
||||
if (containerRef) {
|
||||
|
||||
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user