mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
refactor: remove beta label from 'select a preset' menu (#18538)
This commit is contained in:
@@ -6,7 +6,6 @@ import { Alert } from "components/Alert/Alert";
|
||||
import { ErrorAlert } from "components/Alert/ErrorAlert";
|
||||
import { Avatar } from "components/Avatar/Avatar";
|
||||
import { Button } from "components/Button/Button";
|
||||
import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge";
|
||||
import { SelectFilter } from "components/Filter/SelectFilter";
|
||||
import {
|
||||
FormFields,
|
||||
@@ -362,7 +361,6 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
|
||||
<span css={styles.description}>
|
||||
Select a preset to get started
|
||||
</span>
|
||||
<FeatureStageBadge contentType={"beta"} size="md" />
|
||||
</Stack>
|
||||
<Stack direction="column" spacing={2}>
|
||||
<Stack direction="row" spacing={2}>
|
||||
|
||||
Reference in New Issue
Block a user