From 68316c84efd8150e367652058a23c4e854206525 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Tue, 2 Jan 2024 11:50:20 +0700 Subject: [PATCH] fix(kube): load apps module --- app/kubernetes/react/components/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/kubernetes/react/components/index.ts b/app/kubernetes/react/components/index.ts index 61e7a45ac..1e0e6a478 100644 --- a/app/kubernetes/react/components/index.ts +++ b/app/kubernetes/react/components/index.ts @@ -19,8 +19,10 @@ import { withFormValidation } from '@/react-tools/withFormValidation'; import { withCurrentUser } from '@/react-tools/withCurrentUser'; import { withControlledInput } from '@/react-tools/withControlledInput'; +import { applicationsModule } from './applications'; + export const ngModule = angular - .module('portainer.kubernetes.react.components', []) + .module('portainer.kubernetes.react.components', [applicationsModule]) .component( 'ingressClassDatatable', r2a(IngressClassDatatable, [