Signed-off-by: Viet Nguyen <19592926+v-ngu@users.noreply.github.com>
This commit is contained in:
Viet Nguyen
2023-01-21 10:35:00 -05:00
parent b3fc621193
commit a77974963c
+1 -1
View File
@@ -56,7 +56,7 @@ The users selection is saved in the users browsers local storage. Once toggled i
The easiest way to control content based on the state of a feature flag is to use the [FeatureFlagged](https://backstage.io/docs/reference/core-app-api.featureflagged) component.
```ts
import { FeatureFlagged } from '@backstage/core-app-api'
import { FeatureFlagged } from '@backstage/core-app-api';
...