Skip to content

Commit 212dad8

Browse files
committed
.
1 parent f6ddcce commit 212dad8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/compass-query-bar/src/stores/query-bar-store.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ export type QueryBarExtraArgs = {
8686
export type QueryBarThunkDispatch<A extends AnyAction = AnyAction> =
8787
ThunkDispatch<RootState, QueryBarExtraArgs, A>;
8888

89-
export type QueryBarThunkAction<
90-
R,
91-
A extends AnyAction = AnyAction
92-
> = ThunkAction<R, RootState, QueryBarExtraArgs, A>;
93-
9489
export function configureStore(
9590
initialState: Partial<RootState['queryBar']> = {},
9691
services: QueryBarExtraArgs

packages/compass-schema/src/components/coordinates-minichart/coordinates-minichart.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ CoordinatesMinichart.propTypes = {
333333
onQueryChanged: PropTypes.func,
334334
};
335335

336-
const ConnectedCoordinatesMinichart = connect(() => ({}), {
336+
const ConnectedCoordinatesMinichart = connect(undefined, {
337337
geoLayerAdded,
338338
geoLayersEdited,
339339
geoLayersDeleted,

0 commit comments

Comments
 (0)