Components: Remove BetaLabel widget
This widget feels superfluous because we only show it for features that are available in ConsoleDot's 'Preview' environment.
This commit is contained in:
parent
e6b030ea4c
commit
3169301aa1
4 changed files with 1 additions and 26 deletions
|
|
@ -17,8 +17,6 @@ import {
|
|||
} from '@redhat-cloud-services/frontend-components';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
|
||||
import BetaLabel from './BetaLabel';
|
||||
|
||||
import {
|
||||
CREATE_RHEL_IMAGES_WITH_AUTOMATED_MANAGEMENT_URL,
|
||||
CREATING_IMAGES_WITH_IB_SERVICE_URL,
|
||||
|
|
@ -151,8 +149,6 @@ export const ImageBuilderHeader = ({
|
|||
<Button
|
||||
data-testid="import-blueprint-button"
|
||||
variant="secondary"
|
||||
icon={<BetaLabel />}
|
||||
iconPosition="end"
|
||||
onClick={() => setShowImportModal(true)}
|
||||
isDisabled={!isOnBlueprintsTab}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue