mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 16:06:37 +00:00
fix(nc-gui): type issues
This commit is contained in:
@@ -21,7 +21,7 @@ import { ProjectRole } from '~/lib'
|
||||
|
||||
interface Props {
|
||||
show: boolean
|
||||
selectedUser?: User
|
||||
selectedUser?: User | null
|
||||
}
|
||||
|
||||
interface Users {
|
||||
|
||||
Reference in New Issue
Block a user