Setting renderTrigger on label_colors (#7410)

This commit is contained in:
michellethomas 2019-04-30 11:26:13 -07:00 committed by GitHub
parent f504568088
commit 8703244198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2095,6 +2095,7 @@ export const controls = {
type: 'ColorMapControl',
label: t('Color Map'),
default: {},
renderTrigger: true,
mapStateToProps: state => ({
colorNamespace: state.form_data.color_namespace,
colorScheme: state.form_data.color_scheme,