diff --git a/gui/rpk-gui/src/lib/crud/providers/jsonschema-provider.tsx b/gui/rpk-gui/src/lib/crud/providers/jsonschema-provider.tsx index 25bbe2a..ad45c2b 100644 --- a/gui/rpk-gui/src/lib/crud/providers/jsonschema-provider.tsx +++ b/gui/rpk-gui/src/lib/crud/providers/jsonschema-provider.tsx @@ -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 => {