mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(sqllab): race condition when updating cursor position (#30154)
This commit is contained in:
@@ -26,7 +26,7 @@ export type FetchValidationQueryParams = {
|
||||
templateParams?: string;
|
||||
};
|
||||
|
||||
type ValidationResult = {
|
||||
export type ValidationResult = {
|
||||
end_column: number | null;
|
||||
line_number: number | null;
|
||||
message: string | null;
|
||||
|
||||
Reference in New Issue
Block a user