mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:26:31 +00:00
chore(nc-gui): add active: modalVisible to QRcode
This commit is contained in:
@@ -32,6 +32,7 @@ const { showEditNonEditableFieldWarning, showClearNonEditableFieldWarning } = us
|
||||
<template>
|
||||
<a-modal
|
||||
v-model:visible="modalVisible"
|
||||
:class="{ active: modalVisible }"
|
||||
wrap-class-name="nc-qr-code-large"
|
||||
:body-style="{ padding: '0px' }"
|
||||
@ok="handleModalOkClick"
|
||||
|
||||
Reference in New Issue
Block a user