Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 30, 2020
1 parent c2de739 commit 49f2294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function savedLens(): ExpressionFunctionDefinition<
},
palette: {
types: ['palette'],
help: 'abc',
help: argHelp.palette!,
required: false,
},
},
Expand Down
3 changes: 3 additions & 0 deletions x-pack/plugins/canvas/i18n/functions/dict/saved_lens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ export const help: FunctionHelp<FunctionFactory<typeof savedLens>> = {
title: i18n.translate('xpack.canvas.functions.savedLens.args.titleHelpText', {
defaultMessage: `The title for the Lens visualization object`,
}),
palette: i18n.translate('xpack.canvas.functions.savedLens.args.paletteHelpText', {
defaultMessage: `The palette used for the Lens visualization`,
}),
},
};

0 comments on commit 49f2294

Please sign in to comment.