mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:06:52 +00:00
feat(nc-gui): add active class to <a-modal/>
This commit is contained in:
@@ -145,6 +145,7 @@ const emailField = (inputEl: typeof Input) => {
|
||||
:footer="null"
|
||||
centered
|
||||
:visible="show"
|
||||
:class="{ active: show }"
|
||||
:closable="false"
|
||||
width="max(50vw, 44rem)"
|
||||
wrap-class-name="nc-modal-invite-user-and-share-base"
|
||||
|
||||
Reference in New Issue
Block a user