-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Nested folder support
right now we have single folder support, let's have the nested folder support
IFieldKeeperItem will have the following props
folders: IFieldsKeeperFolder[]
interface IFieldsKeeperFolder {
id: string;
label: string;
icons: 'table' | 'folder'
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
In Progress