add name to the extension

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-28 09:24:11 +02:00
parent 02aeaf53ab
commit 3e9b1a4393
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-signals': patch
---
Put a name on the `SignalsDisplay` component extension
+1
View File
@@ -46,6 +46,7 @@ export const signalsPlugin = createPlugin({
/** @public */
export const SignalsDisplay = signalsPlugin.provide(
createComponentExtension({
name: 'SignalsDisplay',
component: {
// No-op for now, this is just a placeholder to avoid the need for an explicit plugin installation
sync: () => null,