mirror of
https://github.com/apache/superset.git
synced 2026-09-01 04:51:23 +00:00
chore: remove annotation layer FAB CRUD model view (#22178)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ beforeAll(() => {
|
||||
value => value.value,
|
||||
);
|
||||
|
||||
fetchMock.get('glob:*/annotationlayermodelview/api/read?*', {
|
||||
fetchMock.get('glob:*/api/v1/annotation_layer/*', {
|
||||
result: [{ label: 'Chart A', value: 'a' }],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user