Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Jun 17, 2025

fix: Adhoc template clone variable lose

@@ -37,7 +37,7 @@ export default {
name: 'Template'
},
cleanFormValue(value) {
const isClone = this?.$route?.query.clone_from !== undefined
const isClone = this?.action === 'clone'
if (isClone) {
value?.variable.map((item) => {
delete item.id
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code has no regular differences and looks to be optimized properly according to current context standards. No issues detected at present as far as I can tell. However, it's always advisable to review the latest documentation and guidelines from providers like OpenAI or their clients for updates on best practices and coding styles.

@fit2bot fit2bot requested a review from a team June 17, 2025 06:34
@w940853815 w940853815 merged commit 8f17fa8 into dev Jun 17, 2025
3 of 4 checks passed
@w940853815 w940853815 deleted the pr@dev@fix_clone_adhoc branch June 17, 2025 06:34
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants