mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 17:16:48 +00:00
fix(nc-gui): type issues
This commit is contained in:
@@ -174,7 +174,7 @@ const isSuperAdmin = (user: { main_roles?: string }) => {
|
||||
|
||||
<div v-else class="flex flex-col w-full px-6">
|
||||
<LazyTabsAuthUserManagementUsersModal
|
||||
:key="showUserModal"
|
||||
:key="`${showUserModal}`"
|
||||
:show="showUserModal"
|
||||
:selected-user="selectedUser"
|
||||
@closed="showUserModal = false"
|
||||
|
||||
Reference in New Issue
Block a user