Skip to content

Commit

Permalink
Removed unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Nov 16, 2022
1 parent be3a5c0 commit 785c131
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { FormattedMessage } from '@kbn/i18n-react';
import { EuiLink, EuiCode } from '@elastic/eui';

import { documentationService } from '../../../../services/documentation';
import { FormSchema, FIELD_TYPES, VALIDATION_TYPES, fieldValidators } from '../../shared_imports';
import { FormSchema, FIELD_TYPES, fieldValidators } from '../../shared_imports';
import { ComboBoxOption } from '../../types';

const { containsCharsField, isJsonField } = fieldValidators;
const { isJsonField } = fieldValidators;

const fieldPathComboBoxConfig = {
helpText: i18n.translate(
Expand Down

0 comments on commit 785c131

Please sign in to comment.