fix(kube): load apps module

pull/10737/head
Chaim Lev-Ari 2024-01-02 11:50:20 +07:00
parent 1afaf01495
commit 68316c84ef
1 changed files with 3 additions and 1 deletions

View File

@ -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, [