Add multi panel creation back

This commit is contained in:
rxdn 2022-06-05 02:11:36 +01:00
parent a22313066a
commit 1f5f40900f

View File

@ -108,10 +108,10 @@
{#if !$loadingScreen} {#if !$loadingScreen}
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<!--<MultiPanelCreationForm {guildId} {channels} bind:panels bind:data={multiPanelCreateData}/> <MultiPanelCreationForm {guildId} {channels} bind:panels bind:data={multiPanelCreateData}/>
<div style="display: flex; justify-content: center; margin-top: 2%"> <div style="display: flex; justify-content: center; margin-top: 2%">
<Button icon="fas fa-paper-plane" fullWidth={true} on:click={createMultiPanel}>Submit</Button> <Button icon="fas fa-paper-plane" fullWidth={true} on:click={createMultiPanel}>Submit</Button>
</div>--> </div>
</div> </div>
{/if} {/if}
</div> </div>