chore: remove annotation layer FAB CRUD model view (#22178)

This commit is contained in:
Daniel Vaz Gaspar
2022-11-22 16:19:57 +00:00
committed by GitHub
parent d1567ba06d
commit a77b2d6ebf
10 changed files with 35 additions and 166 deletions
@@ -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' }],
});