Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Aug 12, 2021
1 parent c3be239 commit d5eeb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -16,12 +16,10 @@ import {
agentPolicyRouteService,
AgentPolicy,
PLUGIN_ID,
INTEGRATIONS_PLUGIN_ID,
NewPackagePolicy,
} from '../../../fleet/common';
import {
pagePathGetters,
CreatePackagePolicyRouteState,
PackagePolicyCreateExtensionComponentProps,
PackagePolicyEditExtensionComponentProps,
} from '../../../fleet/public';
Expand Down Expand Up @@ -49,7 +47,7 @@ export const OsqueryManagedPolicyCreateImportExtension = React.memo<
http,
} = useKibana().services;
const { state: locationState } = useLocation();
const { replace, go } = useHistory();
const { go } = useHistory();

const agentsLinkHref = useMemo(() => {
if (!policy?.policy_id) return '#';
Expand Down
Expand Up @@ -342,7 +342,7 @@ export const ECSMappingEditorForm = ({
],
},
'value.field': {
label: i18n.translate('xpack.osquery.scheduledQueryGroup.queryFlyoutForm.ecsFieldLabel', {
label: i18n.translate('xpack.osquery.scheduledQueryGroup.queryFlyoutForm.osqueryColumnFieldLabel', {
defaultMessage: 'Osquery results column',
}),
type: FIELD_TYPES.COMBO_BOX,
Expand Down

0 comments on commit d5eeb1c

Please sign in to comment.