Skip to content
Snippets Groups Projects
Commit d33f34ca authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix linters

parent 90639279
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ import {
} from "./selectors";
import {
getDatabases,
getTables,
getDatabasesList,
getMetadata,
......@@ -977,7 +976,6 @@ export const setQueryDatabase = createThunkAction(
databaseId => {
return async (dispatch, getState) => {
const { qb: { card, uiControls } } = getState();
const databases = getDatabases(getState());
// picking the same database doesn't change anything
if (databaseId === card.dataset_query.database) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment