1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 14:59:41 +02:00

fix(app): fix app ingress edge cases [EE-5663] (#9150)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-07-10 16:20:22 +12:00 committed by GitHub
parent 8b11e1678e
commit c752b98120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 10 deletions

View file

@ -5,8 +5,8 @@ import { InputGroup } from '@@/form-components/InputGroup';
type Props = {
serviceIndex: number;
portIndex: number;
value?: number;
onChange: (e: ChangeEvent<HTMLInputElement>) => void;
value?: number;
};
export function ContainerPortInput({