diff --git a/.changeset/chatty-ghosts-lay.md b/.changeset/chatty-ghosts-lay.md index 26a83f89f9..7d8ef3edbd 100644 --- a/.changeset/chatty-ghosts-lay.md +++ b/.changeset/chatty-ghosts-lay.md @@ -2,4 +2,4 @@ '@backstage/plugin-sonarqube': patch --- -Export isPluginApplicableToEntity +Export isSonarQubeAvailable. diff --git a/plugins/sonarqube/src/components/index.ts b/plugins/sonarqube/src/components/index.ts index 8ff9a77485..56b9d05885 100644 --- a/plugins/sonarqube/src/components/index.ts +++ b/plugins/sonarqube/src/components/index.ts @@ -15,4 +15,4 @@ */ export * from './SonarQubeCard'; -export { isSonarQubeAvailable as isPluginApplicableToEntity } from './useProjectKey'; +export { isSonarQubeAvailable } from './useProjectKey';