1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

fix(service-details): clear volume source when changing type (#4671)

This commit is contained in:
Chaim Lev-Ari 2021-03-03 00:10:34 +02:00 committed by GitHub
parent c705c04d65
commit 6c8276c65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -28,7 +28,7 @@
name="mountType"
class="form-control"
ng-model="mount.Type"
ng-change="updateMount(service, mount)"
ng-change="onChangeMountType(service, mount)"
ng-disabled="isUpdating"
disable-authorization="DockerServiceUpdate"
>