mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:16:48 +00:00
fix(nc-gui): type issues
This commit is contained in:
@@ -4,7 +4,7 @@ import type { Row } from '~/lib'
|
||||
|
||||
interface UseExpandedFormDetachedProps {
|
||||
'isOpen'?: boolean
|
||||
'row': Row | null
|
||||
'row': Row
|
||||
'state'?: Record<string, any> | null
|
||||
'meta': TableType
|
||||
'loadRow'?: boolean
|
||||
|
||||
Reference in New Issue
Block a user