Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Sep 14, 2022
1 parent 85071a2 commit f91c87b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const mapFieldsToControlOptions = (controlGroupAPI: ControlGroupContainer, dataV
if (!controlGroupAPI || !dataViewId) return;
controlGroupAPI.addDataControlFromField({
title: meta.title,
fieldName: fieldName,
fieldName,
dataViewId,
});
},
Expand Down

0 comments on commit f91c87b

Please sign in to comment.