Skip to content

Commit

Permalink
export EmptyImagesTable to use it outside
Browse files Browse the repository at this point in the history
change Router to support cockpit environment
  • Loading branch information
mgold1234 committed Sep 17, 2024
1 parent 244a276 commit 024d940
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/ImagesTable/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const EmptyBlueprintsImagesTable = () => (
</Bullseye>
);

const EmptyImagesTable = () => {
export const EmptyImagesTable = () => {
return (
<Bullseye>
<EmptyState variant={EmptyStateVariant.lg} data-testid="empty-state">
Expand Down
1 change: 0 additions & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const ImportImageWizard = lazy(
() => import('./Components/CreateImageWizard/ImportImageWizard')
);
const CreateImageWizard = lazy(() => import('./Components/CreateImageWizard'));

export const Router = () => {
const edgeParityFlag = getFeatureFlag('edgeParity.image-list', useFlag);
const importExportFlag = getFeatureFlag(
Expand Down

0 comments on commit 024d940

Please sign in to comment.