Skip to content

Commit

Permalink
add support for meta parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Sep 17, 2020
1 parent 0246ea2 commit 8cf72c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
IgnoreMalformedParameter,
IgnoreZValueParameter,
NullValueParameter,
MetaParameter,
} from '../../field_parameters';
import { AdvancedParametersSection, BasicParametersSection } from '../edit_field';

Expand Down Expand Up @@ -67,6 +68,8 @@ export const PointType: FunctionComponent<Props> = ({ field }) => {
config={getFieldConfig('null_value_point')}
/>
</NullValueParameter>

<MetaParameter defaultToggleValue={getDefaultToggleValue('meta', field.source)} />
</AdvancedParametersSection>
</>
);
Expand Down

0 comments on commit 8cf72c8

Please sign in to comment.