1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +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> </script>
{#if template.fromFile} {#if template?.fromFile}
<h2>Import Your Web App From A File</h2> <h2>Import Your Web App From A File</h2>
{:else} {:else}
<h2>Create your Web App</h2> <h2>Create your Web App</h2>
{/if} {/if}
<div class="container"> <div class="container">
{#if template.fromFile} {#if template?.fromFile}
<div class="template"> <div class="template">
<Label extraSmall grey>Import File</Label> <Label extraSmall grey>Import File</Label>
<div class="dropzone"> <div class="dropzone">