Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Jul 28, 2022
1 parent 7751dd7 commit ee8bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/vis-state-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {LAYER_VIS_CONFIGS} from '@kepler.gl/constants';
import Schema from './schema';
import cloneDeep from 'lodash.clonedeep';
import {notNullorUndefined} from 'utils/data-utils';
import {LayerTextLabel} from 'layers/layer-factory';
import {LayerTextLabel} from '@kepler.gl/types';
import {
InteractionConfig,
Filter,
Expand Down

0 comments on commit ee8bbfa

Please sign in to comment.