ui: fix missing click handler on QA review 'cancel' button (#2103)
quick fix: add a handler to close the dialog as expected
This commit is contained in:
parent
8192e5bed6
commit
406879f2f4
@ -688,7 +688,9 @@ export class ArchivedItemQA extends BtrixElement {
|
||||
</form>
|
||||
|
||||
<div slot="footer" class="flex justify-between">
|
||||
<sl-button size="small">${msg("Cancel")}</sl-button>
|
||||
<sl-button size="small" @click=${() => void this.reviewDialog?.hide()}
|
||||
>${msg("Cancel")}</sl-button
|
||||
>
|
||||
<sl-button
|
||||
variant="primary"
|
||||
size="small"
|
||||
|
Loading…
Reference in New Issue
Block a user