Skip to content

Commit 9d5d235

Browse files
Merge pull request #14 from NeedleInAJayStack/fix/submission_feedback
Fix: Submission Feedback
2 parents 9e33071 + ed816a9 commit 9d5d235

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/QueryEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function QueryEditor({ datasource, query, onChange, onRunQuery }: Props)
2424

2525
function onSubmit(newQuery: Partial<HaystackQuery>) {
2626
query = { ...query, ...newQuery };
27-
console.info('onSubmit', query);
2827
onRunQuery();
2928
}
3029

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"updated": "%TODAY%"
3737
},
3838
"dependencies": {
39-
"grafanaDependency": "^9.2.5",
39+
"grafanaDependency": ">=9.2.5",
4040
"plugins": []
4141
}
4242
}

0 commit comments

Comments
 (0)