[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:
Maxime Beauchemin
2018-02-21 10:35:38 -08:00
committed by Grace Guo
parent a373db24f0
commit 0eecec10cd
2 changed files with 18 additions and 27 deletions

View File

@@ -8,12 +8,7 @@ import ExploreActionButtons from
describe('ExploreActionButtons', () => {
const defaultProps = {
canDownload: 'True',
slice: {
data: {
csv_endpoint: '',
json_endpoint: '',
},
},
latestQueryFormData: {},
queryEndpoint: 'localhost',
};