Projects STRLCPY graphql-engine Commits 4bf0c611
🤬
  • 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
  • Loading...
  • Daniel Harvey committed with Rob Dominguez 1 month ago
    4bf0c611
    1 parent 7b04ce1b
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    frontend/libs/console/legacy-ce/src/lib/components/Services/Data/TablePermissions/InputValidation/InputValidation.tsx
    skipped 5 lines
    6 6  import { FaShieldAlt } from 'react-icons/fa';
    7 7  import { BooleanCheckbox } from './BooleanCheckbox';
    8 8  import { Controller, useFormContext } from 'react-hook-form';
    9  -import { Badge } from '../../../../../new-components/Badge';
    10 9  import { RequestHeaders } from '../../../../../new-components/RequestHeader';
    11 10   
    12 11  export const inputValidationEnabledSchema = z.object({
    skipped 31 lines
    44 43   <h2 className="text-normal font-semibold flex items-center">
    45 44   Input Validation
    46 45   <div className="flex items-center">
    47  - <Badge className="mx-2 text-xs" color="blue">
    48  - BETA
    49  - </Badge>
    50 46   <IconTooltip message="When enabled, the input data will be validated with provided configuration." />
    51 47   {/* TODO: add doc link */}
    52 48   {/* <LearnMoreLink href="" /> */}
    skipped 88 lines
Please wait...
Page is in error, reload to recover