integration modal close modal improve (#708)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
parent
65eebb7277
commit
9c58f2cf6f
|
|
@ -2,6 +2,7 @@
|
||||||
<modal
|
<modal
|
||||||
:show="show"
|
:show="show"
|
||||||
compact-header
|
compact-header
|
||||||
|
:closeable="false"
|
||||||
@close="emit('close')"
|
@close="emit('close')"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue