Skip to content

Commit

Permalink
fix: compatibility & syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdaisj committed Apr 17, 2024
1 parent d9bd775 commit 51a3b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/dive-common/store/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const componentMap: Record<string, ComponentMapItem> = {
[AttributeTrackFilters.name]: {
description: 'Attribute Track Filters',
component: AttributeTrackFilters,
},
[TrackViewerSettings.name]: {
description: 'Track Viewer Settings',
component: TrackViewerSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { locateDuplicates } from 'platform/desktop/frontend/store/dataset';
import { useApi } from 'dive-common/apispec';
import Vue from 'vue';
import { clientSettings } from 'dive-common/store/settings';
import { Attribute } from 'vue-media-annotator/use/useAttributes';
import { Attribute } from 'vue-media-annotator/use/AttributeTypes';
export default defineComponent({
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/track_3d_viewer/misc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Attribute } from 'vue-media-annotator/use/useAttributes';
import { Attribute } from 'vue-media-annotator/use/AttributeTypes';

const EXPECTED_ATTRIBUTE_NAMES = [
'stereo3d_x',
Expand Down

0 comments on commit 51a3b81

Please sign in to comment.