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: https://github.com/hasura/graphql-engine-mono/pull/10769
GitOrigin-RevId: 08319fb6c464ca5c11c033be5abc0b7989e1da4f
This commit is contained in:
Daniel Harvey 2024-04-09 15:07:56 +01:00 committed by hasura-bot
parent 66e012f589
commit adbc6b53d9

View File

@ -6,7 +6,6 @@ import { InputField } from '../../../../../new-components/Form';
import { FaShieldAlt } from 'react-icons/fa';
import { BooleanCheckbox } from './BooleanCheckbox';
import { Controller, useFormContext } from 'react-hook-form';
import { Badge } from '../../../../../new-components/Badge';
import { RequestHeaders } from '../../../../../new-components/RequestHeader';
export const inputValidationEnabledSchema = z.object({
@ -44,9 +43,6 @@ export const InputValidation = ({ formFieldsNamePrefix = '' }) => {
<h2 className="text-normal font-semibold flex items-center">
Input Validation
<div className="flex items-center">
<Badge className="mx-2 text-xs" color="blue">
BETA
</Badge>
<IconTooltip message="When enabled, the input data will be validated with provided configuration." />
{/* TODO: add doc link */}
{/* <LearnMoreLink href="" /> */}