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}
<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%">
<Button icon="fas fa-paper-plane" fullWidth={true} on:click={createMultiPanel}>Submit</Button>
</div>-->
</div>
</div>
{/if}
</div>