mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/console/project-[project]/settings/index.svelte
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
let name: string = null;
|
||||
let showDelete = false;
|
||||
const endpoint = import.meta.env.VITE_APPWRITE_ENDPOINT.toString();
|
||||
const endpoint = sdkForConsole.client.config.endpoint;
|
||||
|
||||
onMount(async () => {
|
||||
await project.load($page.params.project);
|
||||
|
||||
Reference in New Issue
Block a user