1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

fix(annotations): minor issues in Annotations EE-4089 (#8612)

This commit is contained in:
Prabhat Khera 2023-03-07 21:09:41 +13:00 committed by GitHub
parent 7dca784ec6
commit 2a55d20eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 22 deletions

View file

@ -4,6 +4,7 @@ import { r2a } from '@/react-tools/react2angular';
import { withCurrentUser } from '@/react-tools/withCurrentUser';
import { withReactQuery } from '@/react-tools/withReactQuery';
import { withUIRouter } from '@/react-tools/withUIRouter';
import { AnnotationsBeTeaser } from '@/react/kubernetes/annotations/AnnotationsBeTeaser';
import { Icon } from '@@/Icon';
import { ReactQueryDevtoolsWrapper } from '@@/ReactQueryDevtoolsWrapper';
@ -188,4 +189,5 @@ export const componentsModule = angular
'value',
'height',
])
).name;
)
.component('annotationsBeTeaser', r2a(AnnotationsBeTeaser, [])).name;