format cleanup component arguments

This commit is contained in:
Christoph Kluge
2025-07-01 15:48:30 +02:00
parent 63e828d2df
commit a4104822e2
8 changed files with 15 additions and 15 deletions

View File

@@ -99,7 +99,7 @@
</ListGroup>
</ModalBody>
<ModalFooter>
<Button color="primary" on:click={() => closeAndApply()}>Close & Apply</Button>
<Button color="secondary" on:click={() => (isOpen = !isOpen)}>Close</Button>
<Button color="primary" onclick={() => closeAndApply()}>Close & Apply</Button>
<Button color="secondary" onclick={() => (isOpen = !isOpen)}>Close</Button>
</ModalFooter>
</Modal>