Merge pull request #13861 from clemensheithecker/patch-3
Fix wrong import in README.md of @backstage/plugin-user-settings-backend
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings-backend': patch
|
||||
---
|
||||
|
||||
Fix wrong import statement in `README.md`.
|
||||
@@ -54,7 +54,7 @@ To make use of the user settings backend, replace the `WebStorage` with the
|
||||
+ discoveryApiRef,
|
||||
+ fetchApiRef,
|
||||
errorApiRef,
|
||||
+ identityApi,
|
||||
+ identityApiRef,
|
||||
+ storageApiRef,
|
||||
} from '@backstage/core-plugin-api';
|
||||
+import { UserSettingsStorage } from '@backstage/plugin-user-settings';
|
||||
|
||||
Reference in New Issue
Block a user