michael-s-molina commented on PR #28796:
URL: https://github.com/apache/superset/pull/28796#issuecomment-2310710513
The following code is problematic as it will send weird requests:
```
const response = await SupersetClient.get({
endpoint: `/api/v1/chart/${slice?.slice_id}`,
});
```
@rusackas Is it possible to access the Properties modal from an unsaved
chart? If not, why did we introduce null checks for `slice_id`?
--
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]