Skip to content

Commit

Permalink
chore: use hbi.api.disable-xjoin flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev committed Apr 17, 2024
1 parent 4be3150 commit b7a1966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Routes = () => {
);

const stalenessAndDeletionEnabled = useFeatureFlag('hbi.custom-staleness');
const isBifrostEnabled = useFeatureFlag('hbi.ui.bifrost');
const isBifrostEnabled = useFeatureFlag('hbi.api.disable-xjoin');

useEffect(() => {
// zero state check
Expand Down
2 changes: 1 addition & 1 deletion src/routes/InventoryComponents/InventoryPageHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const InventoryContentToggle = ({ changeMainContent, mainContent }) => (
);

const InventoryPageHeader = (toggleProps) => {
const isBifrostEnabled = useFeatureFlag('hbi.ui.bifrost');
const isBifrostEnabled = useFeatureFlag('hbi.api.disable-xjoin');
const { hasBootcImages } = useContext(AccountStatContext);
return (
<PageHeader className="pf-m-light">
Expand Down

0 comments on commit b7a1966

Please sign in to comment.