Skip to content

Commit adbc6b5

Browse files
danieljharveyhasura-bot
authored andcommitted
Remove beta badge from InputValidation feature in console
## Description We have no plans to make changes to this feature, so we consider it production ready. PR-URL: hasura/graphql-engine-mono#10769 GitOrigin-RevId: 08319fb6c464ca5c11c033be5abc0b7989e1da4f
1 parent 66e012f commit adbc6b5

File tree

1 file changed

+0
-4
lines changed
  • frontend/libs/console/legacy-ce/src/lib/components/Services/Data/TablePermissions/InputValidation

1 file changed

+0
-4
lines changed

Diff for: frontend/libs/console/legacy-ce/src/lib/components/Services/Data/TablePermissions/InputValidation/InputValidation.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { InputField } from '../../../../../new-components/Form';
66
import { FaShieldAlt } from 'react-icons/fa';
77
import { BooleanCheckbox } from './BooleanCheckbox';
88
import { Controller, useFormContext } from 'react-hook-form';
9-
import { Badge } from '../../../../../new-components/Badge';
109
import { RequestHeaders } from '../../../../../new-components/RequestHeader';
1110

1211
export const inputValidationEnabledSchema = z.object({
@@ -44,9 +43,6 @@ export const InputValidation = ({ formFieldsNamePrefix = '' }) => {
4443
<h2 className="text-normal font-semibold flex items-center">
4544
Input Validation
4645
<div className="flex items-center">
47-
<Badge className="mx-2 text-xs" color="blue">
48-
BETA
49-
</Badge>
5046
<IconTooltip message="When enabled, the input data will be validated with provided configuration." />
5147
{/* TODO: add doc link */}
5248
{/* <LearnMoreLink href="" /> */}

0 commit comments

Comments
 (0)