mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 03:45:22 +02:00
feat(react): add FileUploadField and FileUploadForm components [EE-2336] (#6350)
This commit is contained in:
parent
07e7fbd270
commit
8dbb802fb1
14 changed files with 235 additions and 15 deletions
|
@ -47,7 +47,9 @@ class DockerComposeFormController {
|
|||
}
|
||||
|
||||
onChangeFile(value) {
|
||||
this.formValues.StackFile = value;
|
||||
return this.$async(async () => {
|
||||
this.formValues.StackFile = value;
|
||||
});
|
||||
}
|
||||
|
||||
async $onInit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue