mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: random issues that popped up.
This commit is contained in:
@@ -331,7 +331,7 @@
|
||||
|
||||
<CommandCenter />
|
||||
<Shell
|
||||
showSideNavigation={page.url.pathname !== '/console' &&
|
||||
showSideNavigation={page.url.pathname !== '/' &&
|
||||
!page?.params.organization &&
|
||||
!page.url.pathname.includes('/console/account') &&
|
||||
!page.url.pathname.includes('/console/card') &&
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@
|
||||
detectingRuntime = true;
|
||||
|
||||
const detections = (await sdk
|
||||
.forProject(page.params.regionn, page.params.project)
|
||||
.forProject(page.params.region, page.params.project)
|
||||
.vcs.createRepositoryDetection({
|
||||
installationId: data.installation.$id,
|
||||
providerRepositoryId: page.params.repository,
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
export const promptDeleteProvider = (id: string) => {
|
||||
showDelete.set(true);
|
||||
goto(
|
||||
`${base}/project-${page.params.region}-${page.params.$id}/messaging/providers/provider-${id}`
|
||||
`${base}/project-${page.params.region}-${page.params.project}/messaging/providers/provider-${id}`
|
||||
);
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user