mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Improve URLs for Chart and Dashboard ModelViews (#5544)
* Improve URLs for Chart and Dashboard ModelViews Prior to this, the ModelView for Chart and Dashboard would be at `/slicemodelview/list/` and `/dashboardmodelview/list/`. Now we have cleaner URLs at `/chart/list/` and `/dashboard/list/` * Fix unrelated js lint * addressing comments
This commit is contained in:
committed by
GitHub
parent
1e155663a7
commit
51bd17d6f6
@@ -9,7 +9,7 @@ import AsyncSelect from '../../../src/components/AsyncSelect';
|
||||
|
||||
describe('AsyncSelect', () => {
|
||||
const mockedProps = {
|
||||
dataEndpoint: '/slicemodelview/api/read',
|
||||
dataEndpoint: '/chart/api/read',
|
||||
onChange: sinon.spy(),
|
||||
placeholder: 'Select...',
|
||||
mutator: () => [
|
||||
|
||||
Reference in New Issue
Block a user