From d978fd851f25fe0d0068403aebcdba2c21cc216f Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:16:39 +0800 Subject: [PATCH] fix: The model parameter setting is, open the model parameters. If there are multiple parameters, open the parameter editing and the content inside will become the first parameter. #3671 (#3779) --- ui/src/views/model/component/AddParamDrawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/model/component/AddParamDrawer.vue b/ui/src/views/model/component/AddParamDrawer.vue index 6c1a8e825..cd7d1fe15 100644 --- a/ui/src/views/model/component/AddParamDrawer.vue +++ b/ui/src/views/model/component/AddParamDrawer.vue @@ -7,6 +7,7 @@ :close-on-click-modal="false" :close-on-press-escape="false" :before-close="cancelClick" + destroy-on-close >