Skip to content

Commit b825683

Browse files
committed
fix
1 parent a2a9729 commit b825683

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-schema/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@
9797
"react": "^17.0.2",
9898
"react-leaflet": "^2.4.0",
9999
"react-leaflet-draw": "^0.19.0",
100-
"reflux": "^0.4.1",
101-
"@mongodb-js/reflux-state-mixin": "^1.1.1"
100+
"react-redux": "^8.1.3",
101+
"redux": "^4.2.1",
102+
"redux-thunk": "^2.4.2"
102103
},
103104
"is_compass_plugin": true
104105
}

packages/compass-schema/src/components/compass-schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const Schema: React.FunctionComponent<{
399399
toolbar={
400400
<SchemaToolbar
401401
onAnalyzeSchemaClicked={onApplyClicked}
402-
onResetClicked={onStopAnalysis}
402+
onResetClicked={onStartAnalysis}
403403
analysisState={analysisState}
404404
errorMessage={errorMessage || ''}
405405
isOutdated={!!outdated}

0 commit comments

Comments
 (0)