chore(api-reports): Fix api-reports conflicts

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-03-27 11:18:02 -05:00
committed by Carlos Lopez
parent cba74e9f9d
commit d1ffbb5cce
-2
View File
@@ -140,7 +140,6 @@ export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
helperText?: string | undefined;
kinds?: string[] | undefined;
}
>;
@@ -151,7 +150,6 @@ export const EntityTagsPickerFieldSchema: FieldSchema<
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
helperText?: string | undefined;
kinds?: string[] | undefined;
}
>;