mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
refactor(ui): migrate env var field to react [EE-4853] (#8451)
This commit is contained in:
parent
6b5940e00e
commit
2d05103fed
40 changed files with 721 additions and 442 deletions
|
@ -24,7 +24,7 @@ function toProps(
|
|||
);
|
||||
}
|
||||
|
||||
type PropNames<T> = Exclude<keyof T, number | symbol>;
|
||||
export type PropNames<T> = Exclude<keyof T, number | symbol>;
|
||||
|
||||
/**
|
||||
* react2angular is used to bind a React component to an AngularJS component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue