Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Oct 11, 2021
1 parent ff973c5 commit 5bf1a0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const SavedSearchURLConflictCallout = ({
spaces,
history,
}: SavedSearchURLConflictCalloutProps) => {
console.log('SavedSearchURLConflictCallout', savedSearch)
if (spaces && savedSearch?.id && savedSearch?.sharingSavedObjectProps?.outcome === 'conflict') {
const otherObjectId = savedSearch.sharingSavedObjectProps?.aliasTargetId;

Expand Down
1 change: 0 additions & 1 deletion src/plugins/visualize/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
createKbnUrlStateStorage,
withNotifyOnErrors,
} from '../../kibana_utils/public';
import type { SpacesPluginStart } from '../../../../x-pack/plugins/spaces/public';

import { VisualizeConstants } from './application/visualize_constants';
import { DataPublicPluginStart, DataPublicPluginSetup, esFilters } from '../../data/public';
Expand Down

0 comments on commit 5bf1a0e

Please sign in to comment.