* Knossos Catch-up * bump version * fix build * fix build again * Fix lint * downgrade pnpm * fix modals * fix btn style * add missing styles
873 B
873 B
Modal
:::raw
Show Report Modal Show Confirm Modal ::: <Button :action="() => this.$refs.reportModal.modal.show()">Show Modal</Button>
<ModalReport
ref="reportModal"
itemType="project"
:reportTypes="['cringitude', 'rudeness', 'notgamer', 'windowsuser']"
/>