api report + changeset

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2024-09-11 14:10:03 +02:00
parent 248d5c514c
commit 220f4f73bb
2 changed files with 7 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Remove unnecessary config object on IconBundleBlueprint
+2 -8
View File
@@ -1519,14 +1519,8 @@ export const IconBundleBlueprint: ExtensionBlueprint<{
{}
>;
inputs: {};
config: {
icons: string;
test: string;
};
configInput: {
test: string;
icons?: string | undefined;
};
config: {};
configInput: {};
dataRefs: {
icons: ConfigurableExtensionDataRef<
{