Skip to content

Commit

Permalink
Remove beta badge from InputValidation feature in console
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
danieljharvey authored and hasura-bot committed Apr 9, 2024
1 parent 66e012f commit adbc6b5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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="" /> */}
Expand Down

0 comments on commit adbc6b5

Please sign in to comment.