Skip to content

Commit 477a3db

Browse files
committed
remove unused value
1 parent bc9cd86 commit 477a3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/fleet/public/applications/fleet/components/form_settings

x-pack/plugins/fleet/public/applications/fleet/components/form_settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ settingComponentRegistry.set(ZodFirstPartyTypeKind.ZodNativeEnum, (settingsConfi
6666
<SettingsFieldWrapper
6767
settingsConfig={settingsConfig}
6868
typeName={ZodFirstPartyTypeKind.ZodString}
69-
renderItem={({ fieldKey, fieldValue, handleChange, coercedSchema }: any) => (
69+
renderItem={({ fieldKey, fieldValue, handleChange }: any) => (
7070
<EuiSelect
7171
data-test-subj={fieldKey}
7272
value={fieldValue}

0 commit comments

Comments
 (0)