ALL translations strings shipped with every page (#44284)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
This commit is contained in:
@@ -8,8 +8,8 @@ type Props = {
|
||||
}
|
||||
|
||||
export function InputObject({ item }: Props) {
|
||||
const { t } = useTranslation('products')
|
||||
const heading = t('graphql.reference.input_fields').replace('{{ GraphQLItemTitle }}', item.name)
|
||||
const { t } = useTranslation('graphql')
|
||||
const heading = t('reference.input_fields').replace('{{ GraphQLItemTitle }}', item.name)
|
||||
return (
|
||||
<GraphqlItem item={item} heading={heading}>
|
||||
<Table fields={item.inputFields} />
|
||||
|
||||
Reference in New Issue
Block a user