mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
fix(ui): apply controlled input to field [EE-6411] (#10738)
This commit is contained in:
parent
98157350b6
commit
e142939929
8 changed files with 41 additions and 50 deletions
6
app/kubernetes/react/components/applications.ts
Normal file
6
app/kubernetes/react/components/applications.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import angular from 'angular';
|
||||
|
||||
export const applicationsModule = angular.module(
|
||||
'portainer.kubernetes.react.components.applications',
|
||||
[]
|
||||
).name;
|
Loading…
Add table
Add a link
Reference in a new issue