Adding id as a metadata file come card ressource
This commit is contained in:
@@ -12,7 +12,7 @@ type CrudRJSFSchema = RJSFSchema & {
|
||||
} | undefined;
|
||||
}
|
||||
|
||||
const meta_fields = ["label", "created_at", "created_by", "updated_at", "updated_by"]
|
||||
const meta_fields = ["id", "label", "created_at", "created_by", "updated_at", "updated_by"]
|
||||
|
||||
export const jsonschemaProvider = {
|
||||
getCardResourceSchema: async (resourceName: string): Promise<CrudRJSFSchema> => {
|
||||
|
||||
Reference in New Issue
Block a user