Merge pull request #3355 from backstage/ryanvazquez-patch-1
fix icon configuration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
fix product icon configuration
|
||||
Vendored
+1
-1
@@ -31,7 +31,7 @@ interface Config {
|
||||
/**
|
||||
* @visibility frontend
|
||||
*/
|
||||
icon: 'compute' | 'data' | 'database' | 'storage' | 'search' | 'ml';
|
||||
icon?: 'compute' | 'data' | 'database' | 'storage' | 'search' | 'ml';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user