mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
Linted all, refactored VisualizeModal out
This commit is contained in:
@@ -22,7 +22,7 @@ export const REMOVE_WORKSPACE_QUERY = 'REMOVE_WORKSPACE_QUERY';
|
||||
export const SET_ACTIVE_QUERY_EDITOR = 'SET_ACTIVE_QUERY_EDITOR';
|
||||
|
||||
export function resetState() {
|
||||
return { type: RESET_STATE };
|
||||
return { type: RESET_STATE };
|
||||
}
|
||||
|
||||
export function addQueryEditor(queryEditor) {
|
||||
|
||||
Reference in New Issue
Block a user