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">
<b>Description:</b><br />
{@html htmlDescription}
</div>
</Row> </Row>
<div class="my-2">
<b>Description:</b><br />
{@html htmlDescription}
</div>
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button>