Skip to content

Commit

Permalink
feat: 🎸 use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 24, 2021
1 parent 27f6a18 commit 06e6b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/maps/public/locators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { setStateToKbnUrl } from '../../../../src/plugins/kibana_utils/public';
import { SerializableState } from '../../../../src/plugins/kibana_utils/common';
import type { LocatorDefinition, LocatorPublic } from '../../../../src/plugins/share/public';
import type { LayerDescriptor } from '../common/descriptor_types';
import { INITIAL_LAYERS_KEY } from '../common/constants';
import { INITIAL_LAYERS_KEY, APP_ID } from '../common/constants';
import { lazyLoadMapModules } from './lazy_load_bundle';

export interface MapsAppLocatorParams extends SerializableState {
Expand Down Expand Up @@ -108,7 +108,7 @@ export class MapsAppLocatorDefinition implements LocatorDefinition<MapsAppLocato
}

return {
app: 'maps',
app: APP_ID,
path,
state: {},
};
Expand Down

0 comments on commit 06e6b30

Please sign in to comment.