1
0
Fork 0
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:
Chaim Lev-Ari 2024-01-08 12:11:31 +07:00 committed by GitHub
parent 98157350b6
commit e142939929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 50 deletions

View file

@ -0,0 +1,6 @@
import angular from 'angular';
export const applicationsModule = angular.module(
'portainer.kubernetes.react.components.applications',
[]
).name;