1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

fix template check

This commit is contained in:
Martin McKeaveney 2021-01-29 22:23:48 +00:00
parent d0f389a5cb
commit df2fbf8656

View file

@ -25,13 +25,13 @@
}
</script>
{#if template.fromFile}
{#if template?.fromFile}
<h2>Import Your Web App From A File</h2>
{:else}
<h2>Create your Web App</h2>
{/if}
<div class="container">
{#if template.fromFile}
{#if template?.fromFile}
<div class="template">
<Label extraSmall grey>Import File</Label>
<div class="dropzone">