mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix(compose): load directory when compose path changes (#12122)
Refs #12106
This commit is contained in:
@@ -352,7 +352,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item v-if="form.from === 'path'" prop="path">
|
||||
<el-input
|
||||
@change="onEdit('')"
|
||||
@change="loadDir(form.path)"
|
||||
:placeholder="$t('commons.example') + '/tmp/docker-compose.yml'"
|
||||
v-model="form.path"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user