feat: add edit button

This commit is contained in:
Spectralitree 2021-12-11 16:02:42 +01:00
parent 9ff0a19275
commit cd81c62371

View File

@ -41,8 +41,9 @@
</Modal> </Modal>
</Col> </Col>
{/if} {/if}
<div class="mt-2"> </Row>
<b>Description:</b><br /> <div class="my-2">
{@html htmlDescription} <b>Description:</b><br />
</div> {@html htmlDescription}
</Row> </div>
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button>