mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: small fixes from steven
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
import { sdk } from '$lib/stores/sdk';
|
||||
import CreateTemplate from './createTemplate.svelte';
|
||||
|
||||
let hasInstallations;
|
||||
let selectedRepository;
|
||||
let hasInstallations: boolean;
|
||||
let selectedRepository: string;
|
||||
|
||||
const quickStart = marketplace.find((template) => template.id === 'starter');
|
||||
const templates = marketplace
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
{#if !$project.smtpEnabled}
|
||||
<div class="u-margin-block-start-24">
|
||||
<Alert
|
||||
isStandalone={true}
|
||||
isStandalone
|
||||
dismissible
|
||||
type="info"
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user