Update src/routes/console/project-[project]/settings/index.svelte

This commit is contained in:
Torsten Dittmann
2022-09-09 16:24:55 +02:00
committed by GitHub
parent 8c93f90bb3
commit d74b6d47fb
@@ -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);