You've already forked AstralRinth
forked from didirus/AstralRinth
Add unclosable modals (#70)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Modal ref="modal" :header="`Report ${props.itemType}`">
|
||||
<Modal ref="modal" :header="`Report ${props.itemType}`" :noblur="noblur">
|
||||
<div class="modal-report">
|
||||
<div class="markdown-body">
|
||||
<p>
|
||||
@@ -76,6 +76,10 @@ const props = defineProps({
|
||||
type: Function,
|
||||
default: () => {},
|
||||
},
|
||||
noblur: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
})
|
||||
|
||||
const reportType = ref('')
|
||||
|
||||
Reference in New Issue
Block a user