Remove commented out code
This commit is contained in:
parent
c220853891
commit
132cfce328
|
@ -152,61 +152,3 @@
|
|||
/>
|
||||
<Checkbox label="Group access" disabled value={true} text="All users" />
|
||||
</ModalContent>
|
||||
|
||||
<!--<div class="container">-->
|
||||
<!-- <div class="sidebar">-->
|
||||
<!-- <img src={Logo} alt="budibase icon" />-->
|
||||
<!-- <div class="steps">-->
|
||||
<!-- {#each steps as component, i}-->
|
||||
<!-- <Indicator-->
|
||||
<!-- active={$currentStep === i}-->
|
||||
<!-- done={i < $currentStep}-->
|
||||
<!-- step={i + 1}-->
|
||||
<!-- />-->
|
||||
<!-- {/each}-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="body">-->
|
||||
<!-- <div class="heading">-->
|
||||
<!-- <Heading size="L">Get started with Budibase</Heading>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="step">-->
|
||||
<!-- {#each steps as component, i (i)}-->
|
||||
<!-- <div class:hidden={$currentStep !== i}>-->
|
||||
<!-- <svelte:component-->
|
||||
<!-- this={component}-->
|
||||
<!-- {template}-->
|
||||
<!-- {values}-->
|
||||
<!-- {errors}-->
|
||||
<!-- {touched}-->
|
||||
<!-- />-->
|
||||
<!-- </div>-->
|
||||
<!-- {/each}-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="footer">-->
|
||||
<!-- {#if $currentStep > 0}-->
|
||||
<!-- <Button medium secondary on:click={() => $currentStep--}>Back</Button>-->
|
||||
<!-- {/if}-->
|
||||
<!-- {#if $currentStep < steps.length - 1}-->
|
||||
<!-- <Button medium cta on:click={() => $currentStep++} disabled={!valid}>-->
|
||||
<!-- Next-->
|
||||
<!-- </Button>-->
|
||||
<!-- {/if}-->
|
||||
<!-- {#if $currentStep === steps.length - 1}-->
|
||||
<!-- <Button-->
|
||||
<!-- medium-->
|
||||
<!-- cta-->
|
||||
<!-- on:click={createNewApp}-->
|
||||
<!-- disabled={!valid || submitting}-->
|
||||
<!-- >-->
|
||||
<!-- {submitting ? "Loading..." : "Submit"}-->
|
||||
<!-- </Button>-->
|
||||
<!-- {/if}-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- {#if submitting}-->
|
||||
<!-- <div in:fade class="spinner-container">-->
|
||||
<!-- <Spinner />-->
|
||||
<!-- <span class="spinner-text">Creating your app...</span>-->
|
||||
<!-- </div>-->
|
||||
<!-- {/if}-->
|
||||
|
|
Loading…
Reference in New Issue