Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed May 2, 2024
1 parent 5a52579 commit 37423e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function QueryEditor({ query, onChange, onRunQuery, datasource }: Props)
setLicenseLoadingState(LoadingState.Error);
setLicenseErrorMessage(e.status + ' ' + e.statusText);
});
}, []);
}, [datasource.apiKey, datasource.baseUrl]);

const onLicenseChange = (item: SelectableValue) => {
onChange({ ...query, licenseKey: item.value });
Expand Down

0 comments on commit 37423e7

Please sign in to comment.