mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
fix: revert data endpoint name (#16162)
This commit is contained in:
@@ -132,7 +132,7 @@ const ExploreChartPanel = props => {
|
||||
const { slice } = props;
|
||||
const updateQueryContext = useCallback(
|
||||
async function fetchChartData() {
|
||||
if (slice && slice.query_context === null) {
|
||||
if (props.can_overwrite && slice && slice.query_context === null) {
|
||||
const queryContext = buildV1ChartDataPayload({
|
||||
formData: slice.form_data,
|
||||
force: false,
|
||||
|
||||
Reference in New Issue
Block a user