justinpark commented on code in PR #26754:
URL: https://github.com/apache/superset/pull/26754#discussion_r1465378130
##########
superset-frontend/src/hooks/apiResources/sqlLab.ts:
##########
@@ -51,6 +56,7 @@ export type InitialState = {
hide_left_bar?: boolean;
saved_query: { id: number } | null;
extra_json?: Record<string, any>;
+ cursor_position?: CursorPosition;
Review Comment:
Since `cursor_position` will not be persisted, this should be excluded here.
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]