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:
Patrik Oldsberg
2022-09-27 12:15:57 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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';