fix: small fixes from steven

This commit is contained in:
Arman
2023-08-10 20:22:53 +02:00
parent a1278a30eb
commit 8b140dfe92
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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={[