mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[explore] allow URL shortner even if no slice exist (#4457)
recent regression perhaps from the PR that moved to using POST .
This commit is contained in:
committed by
Grace Guo
parent
a373db24f0
commit
0eecec10cd
@@ -8,12 +8,7 @@ import ExploreActionButtons from
|
||||
describe('ExploreActionButtons', () => {
|
||||
const defaultProps = {
|
||||
canDownload: 'True',
|
||||
slice: {
|
||||
data: {
|
||||
csv_endpoint: '',
|
||||
json_endpoint: '',
|
||||
},
|
||||
},
|
||||
latestQueryFormData: {},
|
||||
queryEndpoint: 'localhost',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user